Information about plays

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

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

{
    "id": 372860,
    "uri": "https://api.kexp.org/v2/plays/372860/?format=api",
    "airdate": "2019-08-27T06:19:53-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear of Sleep",
    "track_id": "3a9583b7-25ef-3b4c-b078-ab3b608da393",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "First Impressions of Earth",
    "release_id": "2f8dad06-74e3-3266-9a7d-0b3116419a34",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2006-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}