Information about plays

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

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

{
    "id": 473308,
    "uri": "https://api.kexp.org/v2/plays/473308/?format=api",
    "airdate": "2001-10-05T18:03:09-07:00",
    "show": 8062,
    "show_uri": "https://api.kexp.org/v2/shows/8062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody's Lovin' My Baby",
    "track_id": "d946f388-4f23-424f-a183-ae29d942912e",
    "recording_id": null,
    "artist": "Charlie Feathers",
    "artist_ids": [
        "2189f0ca-a063-4c33-8f48-1dd12c6ef6b6"
    ],
    "album": "Get With It: Essential Recordings (1954-69) (disc 1)",
    "release_id": "f8e89a0b-6bda-4792-affa-a9baf34fe850",
    "release_group_id": null,
    "labels": [
        "Revenant"
    ],
    "label_ids": [
        "483edb6f-628c-4acc-b881-3337bfb9faeb"
    ],
    "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"
}