Information about plays

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

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

{
    "id": 515682,
    "uri": "https://api.kexp.org/v2/plays/515682/?format=api",
    "airdate": "2002-02-08T13:48:00-08:00",
    "show": 8890,
    "show_uri": "https://api.kexp.org/v2/shows/8890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stomp",
    "track_id": "189d5898-13f4-4382-88fa-d6e9be1ec0c4",
    "recording_id": null,
    "artist": "Come",
    "artist_ids": [
        "74334464-8185-4a47-96b4-9a1c5be417b5"
    ],
    "album": "Gently Down the Stream",
    "release_id": "c472b844-babb-4bdc-aa09-8702edbf1c7e",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}