Information about plays

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

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

{
    "id": 2682505,
    "uri": "https://api.kexp.org/v2/plays/2682505/?format=api",
    "airdate": "2020-01-05T15:03:54-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poor Leno",
    "track_id": "abebb1c9-6081-3b8d-a2a9-2713d245f43b",
    "recording_id": null,
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "Melody A.M.",
    "release_id": "6b2cfa0e-52c9-3054-9221-6cbc6f32ad56",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2002-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}