Information about plays

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

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

{
    "id": 487337,
    "uri": "https://api.kexp.org/v2/plays/487337/?format=api",
    "airdate": "2001-11-16T17:10:35-08:00",
    "show": 8336,
    "show_uri": "https://api.kexp.org/v2/shows/8336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Retintín",
    "track_id": "c1f15f98-c2a8-48d9-b0c6-773d5f6eb7d5",
    "recording_id": null,
    "artist": "The Tango Project",
    "artist_ids": [
        "a3fbed15-3315-4300-87cb-30433ed58c3d"
    ],
    "album": "The Tango Project",
    "release_id": "c1afa7ce-dbab-4db9-bec5-40bcff005fdf",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}