Information about plays

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

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

{
    "id": 2681344,
    "uri": "https://api.kexp.org/v2/plays/2681344/?format=api",
    "airdate": "2020-01-02T20:00:03-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You Listenin', Lucky?",
    "track_id": "ea786815-ecd8-3b8b-954a-b93bf0afa49f",
    "recording_id": null,
    "artist": "Joe Ely",
    "artist_ids": [
        "4682ba8c-e15d-4543-9747-c72860392c76"
    ],
    "album": "Settle for Love",
    "release_id": "c1a35284-cb10-4687-ae7c-529a1411762b",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2004-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}