Information about plays

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

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

{
    "id": 2682664,
    "uri": "https://api.kexp.org/v2/plays/2682664/?format=api",
    "airdate": "2020-01-06T01:59:47-08:00",
    "show": 46304,
    "show_uri": "https://api.kexp.org/v2/shows/46304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Love I Come",
    "track_id": "1037a5aa-9d4c-3dc6-a3ca-405a37212392",
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "The Golden Age of Apocalypse",
    "release_id": "6a70ed63-1d53-4fe2-b048-9fb8980d9c23",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2011-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}