Information about plays

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

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

{
    "id": 483266,
    "uri": "https://api.kexp.org/v2/plays/483266/?format=api",
    "airdate": "2001-11-03T17:07:03-08:00",
    "show": 8251,
    "show_uri": "https://api.kexp.org/v2/shows/8251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sam's Place",
    "track_id": "2e759052-ef5c-41f5-97b0-bfe36fbc9b8a",
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "Open Up Your Heart: The Buck Owens & The Buckaroos Recordings 1965-1968 (disc 1)",
    "release_id": "55a67a7d-ba3d-4f51-be70-b3f754e5803e",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}