Information about plays

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

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

{
    "id": 2683107,
    "uri": "https://api.kexp.org/v2/plays/2683107/?format=api",
    "airdate": "2020-01-07T04:17:36-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef0f130b-5ecb-4b4e-857e-a8a3ef63b758/24628643746-250.jpg",
    "thumbnail_uri": "",
    "song": "Even If It Hurts",
    "track_id": "644e06ff-fd69-487d-9ca9-71e95b64f5e6",
    "recording_id": null,
    "artist": "Tei Shi feat. Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "La Linda",
    "release_id": "ef0f130b-5ecb-4b4e-857e-a8a3ef63b758",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tei Shi - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=SBVZetm9bO4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}