Information about plays

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

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

{
    "id": 349136,
    "uri": "https://api.kexp.org/v2/plays/349136/?format=api",
    "airdate": "2019-07-02T17:00:04-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mercedes Marxist",
    "track_id": "13d88494-4681-47df-a46c-bd9a522b7573",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Mercedes Marxist",
    "release_id": "a28633b3-3801-4060-8c1c-7e466a835049",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-05-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of IDLES performing LIVE on KEXP and stay tuned for more IDLES goodness coming soon :) https://bit.ly/2XMpBlX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}