Information about plays

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

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

{
    "id": 2681309,
    "uri": "https://api.kexp.org/v2/plays/2681309/?format=api",
    "airdate": "2020-01-02T18:20:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mean and Wicked Boogie",
    "track_id": "6096a5f7-6780-4859-a695-0a6ac50d0a24",
    "recording_id": null,
    "artist": "The Maddox Brothers & Rose",
    "artist_ids": [
        "9668ebd6-c3ab-43cf-b2eb-3b4eb7f3688c"
    ],
    "album": "1946-1951, Volume 1",
    "release_id": "aba73f08-f506-4250-9556-e19bf3c1703f",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}