Information about plays

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

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

{
    "id": 372446,
    "uri": "https://api.kexp.org/v2/plays/372446/?format=api",
    "airdate": "2019-08-26T06:22:16-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine",
    "track_id": "852775f9-967c-3059-8f45-eff71f5eb509",
    "recording_id": null,
    "artist": "David Gray",
    "artist_ids": [
        "3e8bd859-7d82-49e0-b267-84fc46e2bf68"
    ],
    "album": "Shine",
    "release_id": "8f2a24ff-1525-4b26-b11d-665bd3651147",
    "release_group_id": null,
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}