Information about plays

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

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

{
    "id": 2681143,
    "uri": "https://api.kexp.org/v2/plays/2681143/?format=api",
    "airdate": "2020-01-02T07:29:56-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Is Full of Love",
    "track_id": "2dd0bc99-675f-3233-b20e-2fecefb67388",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Greatest Hits",
    "release_id": "b7d4582a-599d-32c0-af8f-1adae1a5feb5",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}