Information about plays

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

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

{
    "id": 344105,
    "uri": "https://api.kexp.org/v2/plays/344105/?format=api",
    "airdate": "2019-06-20T20:15:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cocaine Country Dancing",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Cauthen",
    "artist_ids": [
        "a8874f32-9068-476f-ba45-2681e17c53de"
    ],
    "album": "Room 41",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lightning Rod"
    ],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Red Rocks Amphitheatre on July 13.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}