Information about plays

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

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

{
    "id": 444729,
    "uri": "https://api.kexp.org/v2/plays/444729/?format=api",
    "airdate": "2001-07-13T12:12:51-07:00",
    "show": 7505,
    "show_uri": "https://api.kexp.org/v2/shows/7505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At El Paso",
    "track_id": "b9269a5a-9831-486a-86d6-5a2eeaeb97a1",
    "recording_id": null,
    "artist": "Joel RL Phelps & the Downer Trio",
    "artist_ids": [
        "7abcc289-a769-42b7-825b-ce08ad628502"
    ],
    "album": "The Downer Trio",
    "release_id": "08f4475b-a48d-4421-84c1-acf3f07e9d09",
    "release_group_id": null,
    "labels": [
        "Pacifico"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}