Information about plays

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

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

{
    "id": 467509,
    "uri": "https://api.kexp.org/v2/plays/467509/?format=api",
    "airdate": "2001-09-18T17:07:30-07:00",
    "show": 7953,
    "show_uri": "https://api.kexp.org/v2/shows/7953/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Acoustic Blues",
    "track_id": "d73f1c08-f3bf-4ebc-8e9f-38ea724c9dde",
    "recording_id": null,
    "artist": "Cool Breeze",
    "artist_ids": [
        "cc15c863-70f7-40b1-bbd4-7816cd139405"
    ],
    "album": "Dope on Plastic! Volume 2",
    "release_id": "a8478fb0-6bd9-4f73-b1b2-6f67cfe3d163",
    "release_group_id": null,
    "labels": [
        "React"
    ],
    "label_ids": [
        "7be8ee8c-8327-43e8-927e-daf47930d3bd"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}