Information about plays

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

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

{
    "id": 2678368,
    "uri": "https://api.kexp.org/v2/plays/2678368/?format=api",
    "airdate": "2019-12-26T11:58:27-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brown Paper Bag (Photek remix)",
    "track_id": "97790c42-f5af-3582-9424-998e3af989c5",
    "recording_id": null,
    "artist": "Roni Size / Reprazent",
    "artist_ids": [
        "45e00f0f-f52b-4db8-a480-cf87b71c4800"
    ],
    "album": "Brown Paper Bag",
    "release_id": "65fe2a54-0948-499a-b8a1-885a4ac6f64a",
    "release_group_id": null,
    "labels": [
        "Talkin’ Loud"
    ],
    "label_ids": [],
    "release_date": "1997-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Photek remix of Roni Size / Reprazent's \"Brown Paper Bag\" is from the <i>New Forms (20th Anniversary Edition)</i>. https://spoti.fi/2MwB0j4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}