Information about plays

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

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

{
    "id": 349727,
    "uri": "https://api.kexp.org/v2/plays/349727/?format=api",
    "airdate": "2019-07-03T19:40:47-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything I Do Gonna Be Funky",
    "track_id": "a10fd359-65df-3fdb-b73c-6916d659c400",
    "recording_id": null,
    "artist": "Allen Toussaint",
    "artist_ids": [
        "ec21cced-2d22-4883-9ee3-f642e6e52f58"
    ],
    "album": "Toussaint",
    "release_id": "71dd176e-cdc4-4ff3-bf3e-b336afaa8b67",
    "release_group_id": null,
    "labels": [
        "Scepter"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live in 2013: https://www.youtube.com/watch?v=sC8is1HUfrg ; http://allentoussaint.com ; Lee Dorsey’s version: https://www.youtube.com/watch?v=1e8t908XhVI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}