Information about plays

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

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

{
    "id": 366223,
    "uri": "https://api.kexp.org/v2/plays/366223/?format=api",
    "airdate": "2019-08-12T03:14:04-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Pamplemousse",
    "track_id": "a3d894ee-8755-4675-b340-f2f4adc460ee",
    "recording_id": null,
    "artist": "Tijuana Panthers",
    "artist_ids": [
        "36a8177a-05bc-41a8-afb9-14923b7a64fb"
    ],
    "album": "Carpet Denim",
    "release_id": "9d8e773d-4320-46ac-8657-43a6e7bc8cf3",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}