Information about plays

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

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

{
    "id": 368393,
    "uri": "https://api.kexp.org/v2/plays/368393/?format=api",
    "airdate": "2019-08-16T19:53:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DJ Turn It Up",
    "track_id": "10a7a43d-6041-49ae-94e8-48251c3b8d69",
    "recording_id": null,
    "artist": "Yellow Claw",
    "artist_ids": [],
    "album": "Amsterdam Twerk Music",
    "release_id": "eafcc374-ace6-4a1a-ad28-935d7a52e59f",
    "release_group_id": null,
    "labels": [
        "Jeffree’s"
    ],
    "label_ids": [
        "dd1ca651-f1ee-4191-9af2-d756fb8aebe8"
    ],
    "release_date": "2013-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing sets of \"Songs About Radio\" in honor of National Radio Week! From Amsterdam, Yellow Claw is Dutch DJ and record production duo consisting of Jim Aasgier and Nizzle. http://yellowclaw.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}