Information about plays

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

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

{
    "id": 2677934,
    "uri": "https://api.kexp.org/v2/plays/2677934/?format=api",
    "airdate": "2019-12-25T12:21:59-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "X-Mas Time Again",
    "track_id": "4dc622c6-f7e0-3183-957b-42ced0d20e9c",
    "recording_id": null,
    "artist": "Shock Therapy",
    "artist_ids": [
        "c74b1826-c82b-47c0-969e-1e4b0aceef3f"
    ],
    "album": "Santa's Little Helper: Rarities, Oddities and Other Festive Diseases",
    "release_id": "2ec24900-c3a5-4863-9d41-5f4aa88c089b",
    "release_group_id": null,
    "labels": [
        "Psycho Clown"
    ],
    "label_ids": [
        "a02f4b9e-b595-42c3-8c87-dc38f262334e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}