Information about plays

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

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

{
    "id": 2677866,
    "uri": "https://api.kexp.org/v2/plays/2677866/?format=api",
    "airdate": "2019-12-25T08:38:00-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Christmas",
    "track_id": "8642348b-8868-49e7-8343-f61be059e876",
    "recording_id": null,
    "artist": "Elvis Presley",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Christmas",
    "release_id": "06f0b510-f96f-4fdf-b6b5-93c619ce6f1c",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}