Information about plays

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

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

{
    "id": 2678029,
    "uri": "https://api.kexp.org/v2/plays/2678029/?format=api",
    "airdate": "2019-12-25T16:46:31-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ornaments",
    "track_id": "bcf4eb3a-62e4-3e06-92ba-709398dde890",
    "recording_id": null,
    "artist": "Homer & Jethro",
    "artist_ids": [
        "f5a6bb71-f49d-4115-b285-fda004821497"
    ],
    "album": "Cool Crazy Christmas",
    "release_id": "64f8dad2-32c6-4dfa-844a-43fb28e59d9f",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}