Information about plays

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

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

{
    "id": 370524,
    "uri": "https://api.kexp.org/v2/plays/370524/?format=api",
    "airdate": "2019-08-21T18:32:16-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Is Coming",
    "track_id": "2852ace3-4a4e-426d-b4ef-26ee46681c25",
    "recording_id": null,
    "artist": "The Nude Party",
    "artist_ids": [
        "3d36bd1f-a551-4b16-9cb5-3e4c68bc5f2a"
    ],
    "album": "The Nude Party",
    "release_id": "d6745b97-3835-4766-b5ee-6711c503f597",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2018-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you catch their wonderful in-studio last week right here in The Roadhouse? You can listen back for one more week here (look for the Aug 14 show), then later on it will be available in the on-demand Sessions on kexp.org: https://www.kexp.org/shows/Roadhouse ; https://thenudeparty.bandcamp.com ; https://www.facebook.com/tnpband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}