Information about plays

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

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

{
    "id": 2678986,
    "uri": "https://api.kexp.org/v2/plays/2678986/?format=api",
    "airdate": "2019-12-28T01:17:17-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce2507be-1576-44d0-9c2f-f5f135d514ed/2434018811-250.jpg",
    "thumbnail_uri": "",
    "song": "How I Got Over",
    "track_id": "5a276711-b169-3bf5-b90c-cdbab787dbbc",
    "recording_id": null,
    "artist": "The Roots feat. Dice Raw",
    "artist_ids": [
        "0a42bec8-3bae-4caa-8aa4-8a232a3854ff"
    ],
    "album": "How I Got Over",
    "release_id": "ce2507be-1576-44d0-9c2f-f5f135d514ed",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2010-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}