Information about plays

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

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

{
    "id": 353865,
    "uri": "https://api.kexp.org/v2/plays/353865/?format=api",
    "airdate": "2019-07-13T12:55:47-07:00",
    "show": 5897,
    "show_uri": "https://api.kexp.org/v2/shows/5897/?format=api",
    "image_uri": "http://coverartarchive.org/release/a31085ef-bf08-4f6c-b00b-fff21c069f67/23294441512-250.jpg",
    "thumbnail_uri": "",
    "song": "Antidote",
    "track_id": "98955fbe-ea3e-4b12-8b55-23ec64cef7ab",
    "recording_id": null,
    "artist": "Red Fang",
    "artist_ids": [
        "fb2cc158-0ad2-4dc5-a6b6-b2a1a8e2fe65"
    ],
    "album": "Antidote",
    "release_id": "a31085ef-bf08-4f6c-b00b-fff21c069f67",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2019-06-13",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}