Information about plays

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

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

{
    "id": 346426,
    "uri": "https://api.kexp.org/v2/plays/346426/?format=api",
    "airdate": "2019-06-26T10:31:52-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a808b59-ae88-4356-a12c-cdd8aab55501/12340666847-250.jpg",
    "thumbnail_uri": "",
    "song": "A Goodbye Rye",
    "track_id": "69bb0e90-3a32-3b90-aa1d-27a6cc7886a4",
    "recording_id": null,
    "artist": "Richard Buckner",
    "artist_ids": [
        "fec02932-60cd-46ee-a70c-05c07905ae77"
    ],
    "album": "Devotion + Doubt",
    "release_id": "6a808b59-ae88-4356-a12c-cdd8aab55501",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1997-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}