Information about plays

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

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

{
    "id": 1281768,
    "uri": "https://api.kexp.org/v2/plays/1281768/?format=api",
    "airdate": "2007-09-21T07:28:00-07:00",
    "show": 22429,
    "show_uri": "https://api.kexp.org/v2/shows/22429/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Basic Beat",
    "track_id": "72fc7a8d-e23c-4003-b679-7980c99b425c",
    "recording_id": null,
    "artist": "Tino",
    "artist_ids": [
        "d864f200-766f-4e29-babe-4780a1b1cdb3"
    ],
    "album": "Tino's Breaks Volumes 1 & 2",
    "release_id": "00aee665-8ba9-4659-bed3-fdca95e353b4",
    "release_group_id": null,
    "labels": [
        "Tino Corp."
    ],
    "label_ids": [
        "c4d80e1d-f507-43d8-945c-4698575bceba"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}