Information about plays

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

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

{
    "id": 2677994,
    "uri": "https://api.kexp.org/v2/plays/2677994/?format=api",
    "airdate": "2019-12-25T15:11:57-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stupid Bells",
    "track_id": "f22c0211-6cb6-3fee-933c-1dde8647d5a7",
    "recording_id": null,
    "artist": "The Handsome Family",
    "artist_ids": [
        "195ddaa1-f1e4-4960-a107-58d26cb058a2"
    ],
    "album": "Smothered and Covered",
    "release_id": "65cdc7ae-a222-4d67-8b5c-21f47deb6bf0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2002-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}