Information about plays

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

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

{
    "id": 377617,
    "uri": "https://api.kexp.org/v2/plays/377617/?format=api",
    "airdate": "2019-09-06T17:37:13-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "http://coverartarchive.org/release/740f7385-17b4-4ef7-950e-037cc76eb2ab/20853605852-250.jpg",
    "thumbnail_uri": "",
    "song": "How Deep Is Your Love?",
    "track_id": "c65c3d91-8ec7-35db-be18-5182997996db",
    "recording_id": null,
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "In the Grace of Your Love",
    "release_id": "740f7385-17b4-4ef7-950e-037cc76eb2ab",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In keeping with their tradition of making fun videos, here is The Rapture with this visual treat here: www.youtube.com/watch?v=AoedK3XcoBE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}