Information about plays

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

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

{
    "id": 374176,
    "uri": "https://api.kexp.org/v2/plays/374176/?format=api",
    "airdate": "2019-08-29T21:13:52-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/64b45a1b-156b-433a-91e6-f0489332a3fd/15467155520-250.jpg",
    "thumbnail_uri": "",
    "song": "It’s Time",
    "track_id": "3a9dc1d0-7e57-4217-be2c-d653bb35a1ae",
    "recording_id": null,
    "artist": "Nick Waterhouse",
    "artist_ids": [
        "b20e16f4-4af2-4234-93ca-6c79525269a1"
    ],
    "album": "Never Twice",
    "release_id": "64b45a1b-156b-433a-91e6-f0489332a3fd",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Experience Nick Waterhouse performing live in the KEXP studio. Recorded March 11, 2014 https://www.youtube.com/watch?v=t0PPr689w-Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}