Information about plays

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

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

{
    "id": 349722,
    "uri": "https://api.kexp.org/v2/plays/349722/?format=api",
    "airdate": "2019-07-03T19:20:21-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't No Sunshine",
    "track_id": "19794a7c-0b11-3b02-8a04-72883000a689",
    "recording_id": null,
    "artist": "Rahsaan Roland Kirk",
    "artist_ids": [
        "4a1f7fe0-e509-4c4a-9fa1-9cf6c3ca891c"
    ],
    "album": "Blacknuss",
    "release_id": "6423f4df-e754-30b5-afaf-4ae065539429",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video of Bill Withers doing his original version in 1971: https://www.youtube.com/watch?v=tIdIqbv7SPo ; amazing full show footage of Kirk and his band: https://www.youtube.com/watch?v=uHhPmXqts3M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}