Information about plays

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

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

{
    "id": 354886,
    "uri": "https://api.kexp.org/v2/plays/354886/?format=api",
    "airdate": "2019-07-16T01:35:00-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Is a Rock (But the Radio Rolled Me)",
    "track_id": "9e094e37-d838-35d7-81d5-baa703f3d740",
    "recording_id": null,
    "artist": "Reunion",
    "artist_ids": [
        "54ea0cb2-dea0-4c03-a6c3-e67bc28a3a5d"
    ],
    "album": "Life Is a Rock (But the Radio Rolled Me) / Are You Ready to Believe",
    "release_id": "99c01f53-eda8-4266-aa24-a1ceae0c4a50",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}