Information about plays

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

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

{
    "id": 414398,
    "uri": "https://api.kexp.org/v2/plays/414398/?format=api",
    "airdate": "2001-02-11T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Third Man Theme",
    "track_id": "2e73b96d-bfa1-47b7-b19e-9121eb0fa293",
    "recording_id": null,
    "artist": "Esquivel",
    "artist_ids": [
        "cf3a09cd-6374-4050-8b70-b4de5bafd681"
    ],
    "album": "Music From a Sparkling Planet",
    "release_id": "428cfa84-717b-41c1-a3f0-c0383df35290",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1995-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}