Information about plays

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

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

{
    "id": 348459,
    "uri": "https://api.kexp.org/v2/plays/348459/?format=api",
    "airdate": "2019-07-01T02:48:13-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Counting Backwards",
    "track_id": "8b059f42-5c0f-3ac2-b380-67bd3fcf8ff6",
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "The Real Ramona",
    "release_id": "745b8e1b-82f3-3c29-9499-6912a28715c8",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1991-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}