Information about plays

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

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

{
    "id": 1276944,
    "uri": "https://api.kexp.org/v2/plays/1276944/?format=api",
    "airdate": "2007-09-08T22:25:00-07:00",
    "show": 22348,
    "show_uri": "https://api.kexp.org/v2/shows/22348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Going Home Tomorrow",
    "track_id": "a89dd938-f93c-4e60-87bd-0bf2075c94fa",
    "recording_id": null,
    "artist": "The Carnival",
    "artist_ids": [
        "1e82f475-e295-4fd9-a0ee-a1c2f24f67fe"
    ],
    "album": "Fading Yellow, Volume 3: 22 Shiny Jewels of US Pop-Sike & Other Delights 1965-69",
    "release_id": "1d86008d-a11b-40b4-94d6-6a8656e23e74",
    "release_group_id": null,
    "labels": [
        "krypta"
    ],
    "label_ids": [],
    "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"
}