Information about plays

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

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

{
    "id": 2683161,
    "uri": "https://api.kexp.org/v2/plays/2683161/?format=api",
    "airdate": "2020-01-07T07:22:42-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cafe Joli",
    "track_id": "0d785475-dc49-36b7-a17a-48123ea87bd7",
    "recording_id": null,
    "artist": "Clodhopper",
    "artist_ids": [
        "4b0811ec-e105-458d-a2ff-b749189a23cc"
    ],
    "album": "Red's Recovery Room",
    "release_id": "b38b057c-7fec-4c27-9f0e-299e7e4bc3c3",
    "release_group_id": null,
    "labels": [
        "My Own Planet"
    ],
    "label_ids": [
        "1fbac287-ca35-4917-a576-9d51e480f9e3"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cafe Joli\" showed up at #608 on the KEXP listener's favorite songs of all time countdown:  https://www.kexp.org/countdowns/kexp-listeners-favorite-songs-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}