Information about plays

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

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

{
    "id": 2678121,
    "uri": "https://api.kexp.org/v2/plays/2678121/?format=api",
    "airdate": "2019-12-25T21:32:32-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "https://coverartarchive.org/release/110b82ba-760d-4acb-9f65-7e649c6960da/19014480034-250.jpg",
    "thumbnail_uri": "",
    "song": "Thanks for Christmas",
    "track_id": "faffd587-45c2-3b4a-b127-ebcfb33c5c14",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Just Can't Get Enough: New Wave Xmas",
    "release_id": "110b82ba-760d-4acb-9f65-7e649c6960da",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}