Information about plays

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

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

{
    "id": 373292,
    "uri": "https://api.kexp.org/v2/plays/373292/?format=api",
    "airdate": "2019-08-28T00:40:48-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water Fountain",
    "track_id": "e698c313-0945-4617-9553-a6fb83aa6294",
    "recording_id": null,
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "Nikki Nack",
    "release_id": "ec54d38a-8d69-4331-8929-f9a69c79d1b8",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}