Information about plays

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

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

{
    "id": 376986,
    "uri": "https://api.kexp.org/v2/plays/376986/?format=api",
    "airdate": "2019-09-05T11:21:40-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/003fd004-d079-4c95-9a34-db023b6d9640/24017001794-250.jpg",
    "thumbnail_uri": "",
    "song": "Violence",
    "track_id": "d98423b5-d8f5-4244-98bf-5edd129ce8a7",
    "recording_id": null,
    "artist": "Grimes & i_o",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Violence",
    "release_id": "003fd004-d079-4c95-9a34-db023b6d9640",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Grimes has shared a new song with DJ/producer i_o called “Violence.” In the video, Grimes performs in elaborate, fantastical outfits, surrounded by sword-wielding dancers.\" Read more from Pitchfork and watch the video here: https://bit.ly/2lx0mTf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}