Information about plays

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

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

{
    "id": 372290,
    "uri": "https://api.kexp.org/v2/plays/372290/?format=api",
    "airdate": "2019-08-25T20:05:26-07:00",
    "show": 6202,
    "show_uri": "https://api.kexp.org/v2/shows/6202/?format=api",
    "image_uri": "http://coverartarchive.org/release/249ba544-46ce-41d6-8a28-44fe009f7093/19949399123-250.jpg",
    "thumbnail_uri": "",
    "song": "I Hear a Symphony",
    "track_id": "68241c79-bf71-38b8-83ba-9aafc277402b",
    "recording_id": null,
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Anthology",
    "release_id": "249ba544-46ce-41d6-8a28-44fe009f7093",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}