Information about plays

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

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

{
    "id": 371025,
    "uri": "https://api.kexp.org/v2/plays/371025/?format=api",
    "airdate": "2019-08-22T20:54:00-07:00",
    "show": 6180,
    "show_uri": "https://api.kexp.org/v2/shows/6180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Headache Tomorrow (Or a Heartache Tonight)",
    "track_id": "0b70db1d-02fa-4a42-881a-a3963765e5b5",
    "recording_id": null,
    "artist": "Mickey Gilley",
    "artist_ids": [
        "e5e17a46-5f66-4ee7-8377-0c3ddb257eb8"
    ],
    "album": "That's All That Matters to Me",
    "release_id": "e3441a59-b7a2-4e3b-b40e-5a53e898a13a",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1980",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}