Information about plays

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

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

{
    "id": 465113,
    "uri": "https://api.kexp.org/v2/plays/465113/?format=api",
    "airdate": "2001-09-11T12:25:00-07:00",
    "show": 7903,
    "show_uri": "https://api.kexp.org/v2/shows/7903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mystery and the Sea",
    "track_id": "db2aedff-42bb-4cdd-98db-0f1c0166baa9",
    "recording_id": null,
    "artist": "Siddal",
    "artist_ids": [
        "81150ae4-1bf6-4a27-9a0c-0b864f8b0854"
    ],
    "album": "Mystery and the Sea",
    "release_id": "b678c58e-722e-4469-94ad-e07363891a89",
    "release_group_id": null,
    "labels": [
        "Bedazzled"
    ],
    "label_ids": [
        "d827b5a7-cb3b-4299-8646-5c886f45789e"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}