Information about plays

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

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

{
    "id": 377039,
    "uri": "https://api.kexp.org/v2/plays/377039/?format=api",
    "airdate": "2019-09-05T14:42:43-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Spirit World Now",
    "track_id": "8fbf26bb-9da1-4309-b22f-55da74ae8059",
    "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": "CEREMONY make their Relapse Records debut with their highly ambitious new album, 'In the Spirit World Now'! The album sees CEREMONY at the height of their creative output, as the always-evolving Rohnert Park quintet take various influences from post punk and rock to create one of the summer's most compelling and infectious records. \n\n<br/><br/> https://ceremonyrohnertpark.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}