Information about plays

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

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

{
    "id": 375292,
    "uri": "https://api.kexp.org/v2/plays/375292/?format=api",
    "airdate": "2019-09-01T15:43:02-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whatever",
    "track_id": "b0fd1473-dc46-471d-ba70-e033ee0724b8",
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "First Taste",
    "release_id": "c2f50f34-8f6d-4836-913b-162c2ec48387",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}