Information about plays

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

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

{
    "id": 376515,
    "uri": "https://api.kexp.org/v2/plays/376515/?format=api",
    "airdate": "2019-09-04T12:02:36-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You've Got Fire",
    "track_id": "6e39c98f-e896-4ce4-b662-e79a3fca9b6c",
    "recording_id": null,
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "While My Father Sleeps",
    "release_id": "020f1bd2-867d-4750-af53-d392c1a38801",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local band from Olympia, WA! Oh, Rose is playing at the Sunset Tavern on Sunday, September 8th with Senor Fin and Bread Pilot. https://bit.ly/2zeCQOE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}