Information about plays

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

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

{
    "id": 2680727,
    "uri": "https://api.kexp.org/v2/plays/2680727/?format=api",
    "airdate": "2020-01-01T08:03:56-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/0123d225-e035-3728-ac3a-3758c9d4edad/7940728317-250.jpg",
    "thumbnail_uri": "",
    "song": "New Year",
    "track_id": "27e93a32-2687-38e5-b484-5de8bca086f8",
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}