Information about plays

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

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

{
    "id": 1385879,
    "uri": "https://api.kexp.org/v2/plays/1385879/?format=api",
    "airdate": "2008-06-15T09:14:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Funeral and My Trial",
    "track_id": "3a99465b-c013-492e-af9b-4ded53f6a797",
    "recording_id": null,
    "artist": "Sonny Boy Williamson",
    "artist_ids": [
        "3b8403b6-72c8-4953-b966-5fc555923baf"
    ],
    "album": "2120 South Michigan (Great Blues From Chicago's Chess Records) (disc 2)",
    "release_id": "09bcedf2-2c89-4d6d-852c-884400b3afac",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}