Information about plays

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

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

{
    "id": 509939,
    "uri": "https://api.kexp.org/v2/plays/509939/?format=api",
    "airdate": "2002-01-23T07:52:00-08:00",
    "show": 8784,
    "show_uri": "https://api.kexp.org/v2/shows/8784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supernaut",
    "track_id": "992c2b1f-6688-49b5-ac42-b48c5f412720",
    "recording_id": null,
    "artist": "1000 Homo DJs",
    "artist_ids": [
        "4c44479c-8fde-4754-b9e2-5129eb6fb28d"
    ],
    "album": "Supernaut",
    "release_id": "3c84f4d7-c60a-4324-971e-b2044b1630a2",
    "release_group_id": null,
    "labels": [
        "Wax Trax! Records"
    ],
    "label_ids": [
        "6dcd6d65-e0f2-47a3-84ac-00c2d29267af"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}