Information about plays

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

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

{
    "id": 1402513,
    "uri": "https://api.kexp.org/v2/plays/1402513/?format=api",
    "airdate": "2008-07-27T11:03:00-07:00",
    "show": 24471,
    "show_uri": "https://api.kexp.org/v2/shows/24471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harlem Hendoo",
    "track_id": "5e8096fe-0eb8-4fed-b39b-9376d4572832",
    "recording_id": null,
    "artist": "Al Hirt",
    "artist_ids": [
        "d14ab1ae-0400-4345-9f5b-6083110a5c7a"
    ],
    "album": "Soul in the Horn",
    "release_id": "75e05465-5460-41ff-9fb3-4bc1fac45d46",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}