Information about plays

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

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

{
    "id": 379086,
    "uri": "https://api.kexp.org/v2/plays/379086/?format=api",
    "airdate": "2019-09-10T10:48:02-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/47e987b4-3570-4ba9-bbcc-aa40d333a517/5936463164-250.jpg",
    "thumbnail_uri": "",
    "song": "Rabbit Heart (Raise It Up)",
    "track_id": "4d49e7f2-5ec4-354f-bca3-2cfe2ef3a577",
    "recording_id": null,
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Lungs",
    "release_id": "47e987b4-3570-4ba9-bbcc-aa40d333a517",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [
        "c9df30c6-3a4f-49c1-ad50-53f6a67672da"
    ],
    "release_date": "2009-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Florence + The Machine perform \"Rabbit Heart (Raise It Up): live in the KEXP studio:  https://www.youtube.com/watch?v=k_dH6wp-qvQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}