Information about plays

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

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

{
    "id": 432292,
    "uri": "https://api.kexp.org/v2/plays/432292/?format=api",
    "airdate": "2001-06-07T13:25:15-07:00",
    "show": 7271,
    "show_uri": "https://api.kexp.org/v2/shows/7271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saturn",
    "track_id": "b7ede795-8fc0-4418-8383-86e75ebe4e16",
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "The Singles 1954-1960 (disc 1)",
    "release_id": "bc76dd21-83f8-4c86-9826-26fb4553564c",
    "release_group_id": null,
    "labels": [
        "Evidence Music"
    ],
    "label_ids": [
        "7938563f-f10a-444d-9475-e24741fbc2cc"
    ],
    "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"
}