Information about plays

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

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

{
    "id": 2677880,
    "uri": "https://api.kexp.org/v2/plays/2677880/?format=api",
    "airdate": "2019-12-25T09:26:18-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Xmas (War Is Over)",
    "track_id": "564ec22a-8500-3953-8608-e99b1cb6ec2f",
    "recording_id": null,
    "artist": "John Lennon & Yoko Ono and Plastic Ono Band with The Harlem Community Choir",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Working Class Hero: The Definitive Lennon",
    "release_id": "bf96cdaf-d245-3f1a-b3ea-c19c500de314",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}