Information about plays

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

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

{
    "id": 2681299,
    "uri": "https://api.kexp.org/v2/plays/2681299/?format=api",
    "airdate": "2020-01-02T17:43:31-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/910b950e-23a9-498f-b060-97482270292a/24748166959-250.jpg",
    "thumbnail_uri": "",
    "song": "Rearrange",
    "track_id": "b18ab569-7bc2-4af2-b61f-979bad2ef9ac",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": "910b950e-23a9-498f-b060-97482270292a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}