Information about plays

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

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

{
    "id": 434139,
    "uri": "https://api.kexp.org/v2/plays/434139/?format=api",
    "airdate": "2001-06-13T05:00:00-07:00",
    "show": 7306,
    "show_uri": "https://api.kexp.org/v2/shows/7306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Record City After World",
    "track_id": "a52ed74b-c7c0-4844-a2fe-ffe5b5fea3c9",
    "recording_id": null,
    "artist": "Jejune",
    "artist_ids": [
        "6fb1e6e6-07ab-434d-8e4c-5b8df0f92cac"
    ],
    "album": "R.I.P.",
    "release_id": "b658d319-3048-4a4d-ae05-9269ca9e63e0",
    "release_group_id": null,
    "labels": [
        "Big Wheel Recreation"
    ],
    "label_ids": [
        "6037b4d4-dddf-4807-b0e4-a53c4a981ca1"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}