Information about plays

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

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

{
    "id": 349274,
    "uri": "https://api.kexp.org/v2/plays/349274/?format=api",
    "airdate": "2019-07-02T22:50:27-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(If You Saw Me) Now",
    "track_id": "a5f11279-8f2e-41ce-9b30-bf4ceda7c304",
    "recording_id": null,
    "artist": "Prometheus Brown feat. Sendai Era",
    "artist_ids": [
        "a1d624b0-7e8e-4dfd-8879-11470e4eea4a"
    ],
    "album": "Tagsibol",
    "release_id": "9797ea16-36dc-4065-a35b-b5be9b0e0d7a",
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [
        "34086ebc-bcae-4919-b7cd-8b60af29ea18"
    ],
    "release_date": "2019-05-16",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New EP from this Seattle artist (aka Geo, formerly of Blue Scholars)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}