Information about plays

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

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

{
    "id": 353531,
    "uri": "https://api.kexp.org/v2/plays/353531/?format=api",
    "airdate": "2019-07-12T16:13:25-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Away the Bad Thing",
    "track_id": "ab7dddbd-9429-4b62-9625-c358162dece5",
    "recording_id": null,
    "artist": "Ceremony",
    "artist_ids": [
        "c13da818-d566-4f2a-aaaf-1c68301ddc43"
    ],
    "album": "In the Spirit World Now",
    "release_id": "a9744966-fb47-4583-9299-07970c4e9d0d",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "California punk outfit Ceremony have been making music for over ten years. Their last album, The L-Shaped Man, came out back in 2015, and now, they’re announcing its follow-up. In The Spirit World Now will be their sixth album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}