Information about plays

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

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

{
    "id": 2680674,
    "uri": "https://api.kexp.org/v2/plays/2680674/?format=api",
    "airdate": "2020-01-01T04:40:00-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bye Bye Papaye",
    "track_id": "95e1bc04-1061-4fb0-ab69-efb861a6fdff",
    "recording_id": null,
    "artist": "Antena",
    "artist_ids": [
        "c86a6eeb-c0cb-4321-a9ea-dbc1e5b8acd7"
    ],
    "album": "Camino Del Sol",
    "release_id": "91185273-d8f8-4c54-81dc-c3ad6abbf9c6",
    "release_group_id": null,
    "labels": [
        "Les Disques du Crépuscule"
    ],
    "label_ids": [],
    "release_date": "2013-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French bossanova new wave Sade! OKAY!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}