Information about plays

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

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

{
    "id": 2683125,
    "uri": "https://api.kexp.org/v2/plays/2683125/?format=api",
    "airdate": "2020-01-07T05:17:30-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9/7923785929-250.jpg",
    "thumbnail_uri": "",
    "song": "How You Like Me Now?",
    "track_id": "3bc1c20b-b37b-3eb0-8992-acdf8ab13aa6",
    "recording_id": null,
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "The House That Dirt Built",
    "release_id": "dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2009-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Heavy - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=AJvWzBuIKa0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}