Information about plays

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

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

{
    "id": 468966,
    "uri": "https://api.kexp.org/v2/plays/468966/?format=api",
    "airdate": "2001-09-22T22:12:00-07:00",
    "show": 7979,
    "show_uri": "https://api.kexp.org/v2/shows/7979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skating on Thin Ice",
    "track_id": "bdce26b6-166e-4c42-913f-3f322ff81d3c",
    "recording_id": null,
    "artist": "Human",
    "artist_ids": [
        "f9d0774d-a2db-48aa-bde9-1a9bda55bcd7"
    ],
    "album": "Muzik Magazine Presents: State of Independents",
    "release_id": "f8e8f092-1eb2-478e-8acd-115ed22428d1",
    "release_group_id": null,
    "labels": [
        "Human"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}