Information about plays

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

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

{
    "id": 2676881,
    "uri": "https://api.kexp.org/v2/plays/2676881/?format=api",
    "airdate": "2019-12-22T19:08:00-08:00",
    "show": 46205,
    "show_uri": "https://api.kexp.org/v2/shows/46205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Unite the Whole World at Christmas",
    "track_id": "4857bc7a-e53c-4f32-bc18-fb53c665c78e",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Christmas Legends",
    "release_id": "862681e2-b041-4159-91fe-15719571184c",
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2008-11-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}