Information about plays

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

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

{
    "id": 444475,
    "uri": "https://api.kexp.org/v2/plays/444475/?format=api",
    "airdate": "2001-07-12T18:50:00-07:00",
    "show": 7501,
    "show_uri": "https://api.kexp.org/v2/shows/7501/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble on the Turnpike",
    "track_id": "8206af02-2193-4f6c-8233-8c12f358c432",
    "recording_id": null,
    "artist": "Roger Miller",
    "artist_ids": [
        "102045e3-577c-4b10-b01b-424b7e461094"
    ],
    "album": "Roger Miller",
    "release_id": "7139e805-ddfc-49b1-b66f-e02ebd04d44d",
    "release_group_id": null,
    "labels": [
        "Camden LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}