Information about plays

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

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

{
    "id": 1290699,
    "uri": "https://api.kexp.org/v2/plays/1290699/?format=api",
    "airdate": "2007-10-14T01:13:00-07:00",
    "show": 22583,
    "show_uri": "https://api.kexp.org/v2/shows/22583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Delivery Pt.1",
    "track_id": null,
    "recording_id": null,
    "artist": "The Anti Group",
    "artist_ids": [
        "d736fad4-6216-4434-a871-2282407997e2"
    ],
    "album": "The Delivery",
    "release_id": "81d7b1be-31fb-44c4-8907-8bebe3a22679",
    "release_group_id": null,
    "labels": [
        "TAG Recordings"
    ],
    "label_ids": [
        "a6bb8ca8-52f2-409b-b347-34cee73c209b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}