Information about plays

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

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

{
    "id": 349142,
    "uri": "https://api.kexp.org/v2/plays/349142/?format=api",
    "airdate": "2019-07-02T17:06:11-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Hands My Pockets",
    "track_id": "62f5d019-17ca-419b-ac61-b389467908b1",
    "recording_id": null,
    "artist": "Team Dresch",
    "artist_ids": [
        "b506d0b1-fd16-4ba0-a3dc-a20095c93024"
    ],
    "album": "Your Hands My Pockets",
    "release_id": "2fcdff34-2cb9-45c8-ae91-cef0adb75b80",
    "release_group_id": null,
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For the first time since 2000, Portland queercore heroes Team Dresch released a new song last month, titled “Your Hands My Pockets.” The new song follows a reissue of the band’s entire catalog, including LPs Personal Best and Captain My Captain — plus a new singles compilation titled Choices, Chances, Changes, out now on Jealous Butcher records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}