Information about plays

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

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

{
    "id": 374729,
    "uri": "https://api.kexp.org/v2/plays/374729/?format=api",
    "airdate": "2019-08-31T03:35:46-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "http://coverartarchive.org/release/0cb7a63a-647e-4cdf-a4d0-2b30c5593a49/23780857714-250.jpg",
    "thumbnail_uri": "",
    "song": "Jacob's Ladder",
    "track_id": "d7041687-ff06-4d05-9aa7-09969ed3d666",
    "recording_id": null,
    "artist": "G&D",
    "artist_ids": [
        "28ed96cd-3afa-43a0-8285-e013f8efe603"
    ],
    "album": "Black Love & War",
    "release_id": "0cb7a63a-647e-4cdf-a4d0-2b30c5593a49",
    "release_group_id": null,
    "labels": [
        "SomeOthaShip Connect"
    ],
    "label_ids": [
        "3dd59a3a-5f1c-46a1-a3b3-d15cbe8de651"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The pairing of Georgia Anne Muldrow and Dudley Perkins - https://someothaship.bandcamp.com/album/black-love-war-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}