Information about plays

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

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

{
    "id": 2681587,
    "uri": "https://api.kexp.org/v2/plays/2681587/?format=api",
    "airdate": "2020-01-03T10:07:00-08:00",
    "show": 46283,
    "show_uri": "https://api.kexp.org/v2/shows/46283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "TWOGOOD Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Edwin Starr",
    "artist_ids": [
        "9eace815-06f3-487c-bf3a-1a817e248056"
    ],
    "album": "War",
    "release_id": "c7624eb9-2dc3-44fd-a69b-ad3e8bb21bfe",
    "release_group_id": null,
    "labels": [
        "Gordy"
    ],
    "label_ids": [],
    "release_date": "1970-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}