Information about plays

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

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

{
    "id": 2677910,
    "uri": "https://api.kexp.org/v2/plays/2677910/?format=api",
    "airdate": "2019-12-25T11:02:36-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4cfb35f-aa30-4b92-a175-aaf2f6a5a2de/24356881257-250.jpg",
    "thumbnail_uri": "",
    "song": "The Christmas Song",
    "track_id": "139094f3-bbdd-45cb-98d0-1b6703469066",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "The Christmas Song",
    "release_id": "a4cfb35f-aa30-4b92-a175-aaf2f6a5a2de",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2003-12-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}