Information about plays

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

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

{
    "id": 2680143,
    "uri": "https://api.kexp.org/v2/plays/2680143/?format=api",
    "airdate": "2019-12-31T01:00:47-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?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": "\"We have come for light\nWholly, we have come for light\nIt's true\nI am the sun\nI am the new year\nI am the rain\nI am the sun\nI am the new year\nI'm the way home...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}