Information about plays

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

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

{
    "id": 2683060,
    "uri": "https://api.kexp.org/v2/plays/2683060/?format=api",
    "airdate": "2020-01-07T01:29:02-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/5feaef48-663f-4f63-85e1-9b4df324fd62/25071647170-250.jpg",
    "thumbnail_uri": "",
    "song": "Polyaneurism",
    "track_id": "e3690d6d-6472-4bc9-a8b8-8b73374c7838",
    "recording_id": null,
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "UR FUN",
    "release_id": "5feaef48-663f-4f63-85e1-9b4df324fd62",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded by Kevin Barnes in 1996 and named after a failed romance between the frontman and a woman \"of Montreal.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}