Information about plays

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

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

{
    "id": 376989,
    "uri": "https://api.kexp.org/v2/plays/376989/?format=api",
    "airdate": "2019-09-05T11:33:15-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/f56fb909-d1dc-46f4-b0b7-cafed5fcd059/23293183349-250.jpg",
    "thumbnail_uri": "",
    "song": "Cross You Out",
    "track_id": "a3ae145b-b0c6-4bec-ab70-6cd4970cd3db",
    "recording_id": null,
    "artist": "Charli XCX feat. Sky Ferreira",
    "artist_ids": [
        "05f3353e-e2d9-4344-a3c9-8009dd8e0427"
    ],
    "album": "Charli",
    "release_id": "f56fb909-d1dc-46f4-b0b7-cafed5fcd059",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "2019-09-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charli XCX will be at the Showbox on Friday, October 4th. https://bit.ly/2m34Tgz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}