Information about plays

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

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

{
    "id": 508567,
    "uri": "https://api.kexp.org/v2/plays/508567/?format=api",
    "airdate": "2002-01-18T23:59:00-08:00",
    "show": 8752,
    "show_uri": "https://api.kexp.org/v2/shows/8752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nova",
    "track_id": "3e827a19-6882-4d8f-8882-90cb432f0061",
    "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"
}