Information about plays

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

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

{
    "id": 2670927,
    "uri": "https://api.kexp.org/v2/plays/2670927/?format=api",
    "airdate": "2019-12-09T09:52:27-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/17e5f51d-0ed4-40eb-b211-a0cec3f6cd0b/20843268843-250.jpg",
    "thumbnail_uri": "",
    "song": "There From Here",
    "track_id": "642909bd-c757-4774-a72a-806d0ade331b",
    "recording_id": null,
    "artist": "Phosphorescent",
    "artist_ids": [
        "739da2f1-0741-4c60-a6ed-f42d49bf2eb1"
    ],
    "album": "C’est La Vie",
    "release_id": "17e5f51d-0ed4-40eb-b211-a0cec3f6cd0b",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}