Information about plays

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

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

{
    "id": 1242794,
    "uri": "https://api.kexp.org/v2/plays/1242794/?format=api",
    "airdate": "2007-06-14T18:24:00-07:00",
    "show": 21773,
    "show_uri": "https://api.kexp.org/v2/shows/21773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Time I Won't Cheat on Her Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Moe Bandy",
    "artist_ids": [
        "3cd2823c-80ef-46da-88b7-42a172017ebe"
    ],
    "album": "I Just Started Hatin' Cheatin' Songs Today",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "GRC Records"
    ],
    "label_ids": [
        "444541c1-73ac-476b-a550-89690287ddf7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}