Information about plays

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

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

{
    "id": 2679696,
    "uri": "https://api.kexp.org/v2/plays/2679696/?format=api",
    "airdate": "2019-12-29T19:48:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Journey to Serra Da Estrela",
    "track_id": "5d4959d8-463f-336c-be99-94a13c52605d",
    "recording_id": null,
    "artist": "The Phenomenal Handclap Band",
    "artist_ids": [
        "37116914-db39-443c-981d-75d6326450f1"
    ],
    "album": "The Phenomenal Handclap Band",
    "release_id": "fe701b2a-7f9d-3d71-af9b-233efea38b68",
    "release_group_id": null,
    "labels": [
        "Tummy Touch"
    ],
    "label_ids": [
        "942bbf0f-b746-4d07-927b-8bdc34a81dea"
    ],
    "release_date": "2009-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}