Information about plays

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

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

{
    "id": 2680656,
    "uri": "https://api.kexp.org/v2/plays/2680656/?format=api",
    "airdate": "2020-01-01T03:37:47-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8fba6ea-9174-4e33-a15e-079e340885fe/3474854169-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing Can Stop Us (single remix)",
    "track_id": "7356c94a-74e5-3e4a-b623-0c28022ae261",
    "recording_id": null,
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Nothing Can Stop Us",
    "release_id": "a8fba6ea-9174-4e33-a15e-079e340885fe",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I've never felt so good\nI've never felt so strong\nNothing can stop us now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}