Information about plays

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

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

{
    "id": 485651,
    "uri": "https://api.kexp.org/v2/plays/485651/?format=api",
    "airdate": "2001-11-11T20:35:17-08:00",
    "show": 8306,
    "show_uri": "https://api.kexp.org/v2/shows/8306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get With Dis Groove",
    "track_id": "e92a4292-23e8-4410-a935-8b6f6902b345",
    "recording_id": null,
    "artist": "S.W.A.T.",
    "artist_ids": [
        "d7fdcb3f-5de7-46e7-af4c-28ed8a543bbf"
    ],
    "album": "Get With Dis Groove",
    "release_id": "fe8c1434-4a00-4ee2-ac7d-b92d091614c4",
    "release_group_id": null,
    "labels": [
        "Soulfood"
    ],
    "label_ids": [
        "523776d1-82ff-4806-8cf5-c6b2c43f4f6a"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}