Information about plays

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

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

{
    "id": 2680513,
    "uri": "https://api.kexp.org/v2/plays/2680513/?format=api",
    "airdate": "2019-12-31T19:01:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bakwapanu",
    "track_id": "94287084-4a2f-4e60-84c1-183aa2c68d0b",
    "recording_id": null,
    "artist": "Jupiter & Okwess International",
    "artist_ids": [],
    "album": "Hotel Univers",
    "release_id": "c249521a-e371-4523-be18-fd2ea0901236",
    "release_group_id": null,
    "labels": [
        "Outhere Records"
    ],
    "label_ids": [
        "06d160af-d4d3-44e9-9e50-3c3648c3daa3"
    ],
    "release_date": "2013-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jupiter & Okwess International's international debut album Hotel Univers takes you right into the heart and onto the streets of modern day Kinshasa, capital of the Democratic Republic of Congo. Jupiter & Okwess performing live in the KEXP studio. Recorded October 15, 2018 https://www.youtube.com/watch?v=5Xz8TjsbtU4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}