Information about plays

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

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

{
    "id": 382008,
    "uri": "https://api.kexp.org/v2/plays/382008/?format=api",
    "airdate": "2019-09-17T14:02:58-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c/19366878089-250.jpg",
    "thumbnail_uri": "",
    "song": "Settled Down Like Rain",
    "track_id": "9fb99402-7901-3b11-844c-12b2c0128a62",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Hollywood Town Hall",
    "release_id": "98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The cover art for 'Hollywood Town Hall' was shot in Hollywood Township, Carver County, Minnesota by British photographer Andrew Catlin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}