Information about plays

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

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

{
    "id": 1392897,
    "uri": "https://api.kexp.org/v2/plays/1392897/?format=api",
    "airdate": "2008-07-02T23:22:00-07:00",
    "show": 24309,
    "show_uri": "https://api.kexp.org/v2/shows/24309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Karma Car",
    "track_id": "6a93a3bd-4563-4bf1-953a-56a305f0f5ab",
    "recording_id": null,
    "artist": "Booka Shade",
    "artist_ids": [
        "9940c604-2456-4193-a403-ab18420bc1e9"
    ],
    "album": "The Sun & The Neon Light",
    "release_id": "6dd393fd-7201-4780-961f-245067e8999f",
    "release_group_id": null,
    "labels": [
        "Get Physical Music"
    ],
    "label_ids": [
        "889b181a-2b6b-460f-b017-639dbd1d4e71"
    ],
    "release_date": "2008-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}