Information about plays

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

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

{
    "id": 2682619,
    "uri": "https://api.kexp.org/v2/plays/2682619/?format=api",
    "airdate": "2020-01-05T22:31:00-08:00",
    "show": 46303,
    "show_uri": "https://api.kexp.org/v2/shows/46303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lullaby (Logistics remix)",
    "track_id": "4c7d987a-549e-4b7b-98fe-d83a35322142",
    "recording_id": null,
    "artist": "Andreya Triana",
    "artist_ids": [
        "f7533313-24a9-490a-a648-700167d42ae6"
    ],
    "album": "Lullaby (Logistics remix)",
    "release_id": "299d17bd-dbe5-41d0-97c4-79d694cdf858",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2015-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}