Information about plays

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

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

{
    "id": 351426,
    "uri": "https://api.kexp.org/v2/plays/351426/?format=api",
    "airdate": "2019-07-07T19:30:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coincidence",
    "track_id": "25b36d95-3af3-4090-bea1-c6fddd8f7a5e",
    "recording_id": null,
    "artist": "Hugh Masekela",
    "artist_ids": [],
    "album": "Is Alive and Well at the Whiskey",
    "release_id": "99a56033-2476-46aa-be38-72150a5a9a02",
    "release_group_id": null,
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}