Information about plays

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

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

{
    "id": 348921,
    "uri": "https://api.kexp.org/v2/plays/348921/?format=api",
    "airdate": "2019-07-02T05:41:07-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/19d844ad-b830-4033-aca5-aedfbc7640d0/23382003142-250.jpg",
    "thumbnail_uri": "",
    "song": "The Modern Leper - From Tiny Changes: A Celebration of Frightened Rabbit's 'the Midnight Organ Fight'",
    "track_id": "0d317fb5-3d0e-42f6-b77d-fcd8ddb3424b",
    "recording_id": null,
    "artist": "Julien Baker",
    "artist_ids": [
        "e3bda984-f349-4924-b4b8-f72478bbb3f3"
    ],
    "album": "The Modern Leper (From Tiny Changes: A Celebration of Frightened Rabbit's 'The Midnight Organ Fight')",
    "release_id": "19d844ad-b830-4033-aca5-aedfbc7640d0",
    "release_group_id": null,
    "labels": [
        "Atlantic Records UK"
    ],
    "label_ids": [
        "920d9e79-f93a-4231-993a-1b23d84576ca"
    ],
    "release_date": "2019-06-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}