Information about plays

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

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

{
    "id": 344653,
    "uri": "https://api.kexp.org/v2/plays/344653/?format=api",
    "airdate": "2019-06-22T09:19:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Think Wise",
    "track_id": null,
    "recording_id": null,
    "artist": "Sizzla",
    "artist_ids": [
        "c8327cc0-54f3-424f-a68d-000ee7289a41"
    ],
    "album": "Big Slap/Black Bird Riddim",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Many see him as the leader of the revival of reggae music in the 90s. But despite his success, the most prolific author of his generation remains the emblem of the Jamaican ghetto. One advice for all those who decry this artist: go see him on stage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}