Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2680171/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2680171,
    "uri": "https://api.kexp.org/v2/plays/2680171/?format=api",
    "airdate": "2019-12-31T02:04:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gasoline",
    "track_id": "359cf68b-fd53-433c-a191-55729f0e2348",
    "recording_id": null,
    "artist": "Miserable",
    "artist_ids": [
        "123a7f7b-b731-4674-a9cb-5b886f2d80ac"
    ],
    "album": "Loverboy / Dog Days",
    "release_id": "a73612a7-7d02-4b81-972e-791ef3a8f17e",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2018-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}