Information about plays

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

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

{
    "id": 465617,
    "uri": "https://api.kexp.org/v2/plays/465617/?format=api",
    "airdate": "2001-09-13T00:16:21-07:00",
    "show": 7915,
    "show_uri": "https://api.kexp.org/v2/shows/7915/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pound or the Fist",
    "track_id": "de8f10fa-46f6-4e0b-ad8d-64517c1ee938",
    "recording_id": null,
    "artist": "Paul Newman",
    "artist_ids": [
        "bf41d826-5089-4c30-bc09-951674ccd021"
    ],
    "album": "Machine Is Not Broken",
    "release_id": "aafb006f-aa61-43e1-a2bc-e598ae43ccee",
    "release_group_id": null,
    "labels": [
        "My Pal God"
    ],
    "label_ids": [
        "904be88f-188a-4cbc-b178-6e927978a5d7"
    ],
    "release_date": "2000-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}