Information about plays

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

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

{
    "id": 2677903,
    "uri": "https://api.kexp.org/v2/plays/2677903/?format=api",
    "airdate": "2019-12-25T10:42:56-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/53a9e9c1-7c2a-4ef6-84c2-d5e24a01b88a/24046409935-250.jpg",
    "thumbnail_uri": "",
    "song": "Frosty the Snowman",
    "track_id": "6f9b0d03-8bfe-3d91-97ad-1af9bf6dca35",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "The Coolest Christmas",
    "release_id": "53a9e9c1-7c2a-4ef6-84c2-d5e24a01b88a",
    "release_group_id": null,
    "labels": [
        "Oglio Records"
    ],
    "label_ids": [
        "74009c4e-eebe-4b7a-91d9-6b97537a45a0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}