Information about plays

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

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

{
    "id": 375452,
    "uri": "https://api.kexp.org/v2/plays/375452/?format=api",
    "airdate": "2019-09-02T02:31:24-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "http://coverartarchive.org/release/f26f4ece-ff65-37c2-887e-6dbf5d8ca440/13026622810-250.jpg",
    "thumbnail_uri": "",
    "song": "This Must Be the Place (Naive Melody)",
    "track_id": "2eb234dd-46ed-3ade-9fc9-52e2e4d4d853",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Popular Favorites: Sand in the Vaseline",
    "release_id": "f26f4ece-ff65-37c2-887e-6dbf5d8ca440",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "erin from ann arbor, MI Happy 12th wedding anniv!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}