Information about plays

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

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

{
    "id": 373950,
    "uri": "https://api.kexp.org/v2/plays/373950/?format=api",
    "airdate": "2019-08-29T11:02:16-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd5091da-2587-476a-a41c-d0df089c82f8/20207546538-250.jpg",
    "thumbnail_uri": "",
    "song": "What About Us?",
    "track_id": "02d70237-34a8-351e-ab7e-fd3c062b82bd",
    "recording_id": null,
    "artist": "Mr. Lif",
    "artist_ids": [
        "5315c1a1-3667-488c-bbe4-f231e336b69a"
    ],
    "album": "I Heard It Today",
    "release_id": "bd5091da-2587-476a-a41c-d0df089c82f8",
    "release_group_id": null,
    "labels": [
        "Bloodbot Tactical Enterprises"
    ],
    "label_ids": [
        "5b134202-2991-486a-8086-b3828b776a8d"
    ],
    "release_date": "2009-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Ben's \"Soothe Your Soul\" mix here on Mixtape Week: https://www.kexp.org/mixtape/ <br> <br> Mr. Lif performed with Thievery Corporation here at KEXP in October 2016. Watch \"Culture Of Fear\" here: https://www.youtube.com/watch?v=P0_GmMeQQ_k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}