Information about plays

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

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

{
    "id": 2678680,
    "uri": "https://api.kexp.org/v2/plays/2678680/?format=api",
    "airdate": "2019-12-27T06:23:00-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cigarettes and Coffee",
    "track_id": "fac2263e-e268-3d83-97f0-ddd8a465f52a",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Definitive Collection: The Dock of the Bay",
    "release_id": "896b5d16-3a98-32fe-9838-2c6f5d76ebed",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}