Information about plays

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

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

{
    "id": 349504,
    "uri": "https://api.kexp.org/v2/plays/349504/?format=api",
    "airdate": "2019-07-03T08:27:19-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Servo",
    "track_id": "8bbc9979-4e29-3523-ac35-ac0fc59cbdc2",
    "recording_id": null,
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Tepid Peppermint Wonderland: A Retrospective",
    "release_id": "6d012983-4187-4e00-985a-d613a653a556",
    "release_group_id": null,
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2004-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Paul, thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}