Information about plays

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

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

{
    "id": 436033,
    "uri": "https://api.kexp.org/v2/plays/436033/?format=api",
    "airdate": "2001-06-18T19:45:00-07:00",
    "show": 7343,
    "show_uri": "https://api.kexp.org/v2/shows/7343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ngoma Likembe",
    "track_id": "69b0ba8a-2ca0-473d-ac19-4f44ea0b3312",
    "recording_id": null,
    "artist": "Francis Bebey",
    "artist_ids": [
        "fab6adab-b46f-45f8-8700-bc44408ba583"
    ],
    "album": "Akwaaba",
    "release_id": "03e639ec-bb20-4669-a211-ed7bc5c2f8f4",
    "release_group_id": null,
    "labels": [
        "Original Music"
    ],
    "label_ids": [
        "42047716-9a99-4b4c-99e4-3c4e6fd79452"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}