Information about plays

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

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

{
    "id": 380298,
    "uri": "https://api.kexp.org/v2/plays/380298/?format=api",
    "airdate": "2019-09-13T06:30:37-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/47e987b4-3570-4ba9-bbcc-aa40d333a517/5936463164-250.jpg",
    "thumbnail_uri": "",
    "song": "Dog Days Are Over",
    "track_id": "f373c7fa-9c94-3736-a749-b053d2fef7da",
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}