Information about plays

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

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

{
    "id": 2670955,
    "uri": "https://api.kexp.org/v2/plays/2670955/?format=api",
    "airdate": "2019-12-09T11:23:32-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d53077d-a977-4b9c-ba3d-4b0b6225e9ba/24094684290-250.jpg",
    "thumbnail_uri": "",
    "song": "Move Your Body",
    "track_id": "2c330ceb-0555-4d7d-9284-8dd989988f6a",
    "recording_id": null,
    "artist": "Octo Octa",
    "artist_ids": [
        "3fa65334-e3c4-4e83-b24f-5af5535ba462"
    ],
    "album": "Resonant Body",
    "release_id": "5d53077d-a977-4b9c-ba3d-4b0b6225e9ba",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Abbie's top ten albums of 2019 on the KEXP website! Link: https://bit.ly/2sZiI2V",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}