Information about plays

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

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

{
    "id": 343865,
    "uri": "https://api.kexp.org/v2/plays/343865/?format=api",
    "airdate": "2019-06-20T09:11:34-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5270a4c-776e-4850-aa0d-eea43a7f06e6/4802073131-250.jpg",
    "thumbnail_uri": "",
    "song": "Anything Can Happen",
    "track_id": "fa96070d-6cbe-3451-a68d-ffe9e2573bac",
    "recording_id": null,
    "artist": "Wyclef Jean feat. Refugee Camp Allstars",
    "artist_ids": [
        "1480011c-7f55-4dc9-ac38-44ec740d0332"
    ],
    "album": "The Carnival",
    "release_id": "a5270a4c-776e-4850-aa0d-eea43a7f06e6",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1997-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the 1997 debut solo album from the Fugees member Wyclef Jean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}