Information about plays

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

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

{
    "id": 352650,
    "uri": "https://api.kexp.org/v2/plays/352650/?format=api",
    "airdate": "2019-07-10T17:11:21-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/02c5efaa-1c03-4929-99d4-49f6ba4877f3/22723672103-250.jpg",
    "thumbnail_uri": "",
    "song": "No More Heroes",
    "track_id": "5ed7b47f-aebe-492f-a187-518cbe4121a3",
    "recording_id": null,
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "Peaches: The Very Best of the Stranglers",
    "release_id": "02c5efaa-1c03-4929-99d4-49f6ba4877f3",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}