Information about plays

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

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

{
    "id": 1358062,
    "uri": "https://api.kexp.org/v2/plays/1358062/?format=api",
    "airdate": "2008-04-04T08:09:29-07:00",
    "show": 23716,
    "show_uri": "https://api.kexp.org/v2/shows/23716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can't Stand Myself (When You Touch Me)",
    "track_id": "7bcabd55-601d-4924-a50c-011a2d03fd55",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "James Brown (Live at Chastain Park)",
    "release_id": "e752b462-4e5f-43a9-9db8-6b31f5939e89",
    "release_group_id": null,
    "labels": [
        "UTV Records"
    ],
    "label_ids": [
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}