Information about plays

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

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

{
    "id": 465602,
    "uri": "https://api.kexp.org/v2/plays/465602/?format=api",
    "airdate": "2001-09-12T22:17:08-07:00",
    "show": 7915,
    "show_uri": "https://api.kexp.org/v2/shows/7915/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Time Black",
    "track_id": "e0c0b6f2-29c7-4701-92cc-054f2945ed43",
    "recording_id": null,
    "artist": "Steve Reid",
    "artist_ids": [
        "b01feedd-e799-467b-b4ec-156ee8da8042"
    ],
    "album": "Nova",
    "release_id": "cabbef59-160e-40b3-baf0-edfd4ce1fa88",
    "release_group_id": null,
    "labels": [
        "Universal Sound"
    ],
    "label_ids": [
        "ff7665f3-5459-4940-87b7-12edcc08c834"
    ],
    "release_date": "2001-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}