Information about plays

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

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

{
    "id": 377163,
    "uri": "https://api.kexp.org/v2/plays/377163/?format=api",
    "airdate": "2019-09-05T19:09:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Get Over Them Together",
    "track_id": "186f75b0-787b-36a3-85a6-66282f849114",
    "recording_id": null,
    "artist": "Moe Bandy",
    "artist_ids": [
        "3cd2823c-80ef-46da-88b7-42a172017ebe"
    ],
    "album": "Honky Tonk Amnesia: The Hard Country Sound of Moe Bandy",
    "release_id": "b72082af-0871-4d23-a665-4668f7ad76b3",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1983, duet with Becky Hobbs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}