Information about plays

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

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

{
    "id": 477772,
    "uri": "https://api.kexp.org/v2/plays/477772/?format=api",
    "airdate": "2001-10-18T16:46:40-07:00",
    "show": 8147,
    "show_uri": "https://api.kexp.org/v2/shows/8147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Limits",
    "track_id": "4ae24dd1-5987-471d-9494-07e8715eb469",
    "recording_id": null,
    "artist": "Birdsongs of the Mesozoic",
    "artist_ids": [
        "0a3d592f-8848-4ac0-888d-f31eb4be5bfe"
    ],
    "album": "The Fossil Record 1980-1987",
    "release_id": "3c8a46a1-aec1-4fbe-858f-a695f5e21369",
    "release_group_id": null,
    "labels": [
        "Cuneiform Records"
    ],
    "label_ids": [
        "6cd183dc-29b9-45be-96e7-929a29e7db40"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}