Information about plays

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

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

{
    "id": 351679,
    "uri": "https://api.kexp.org/v2/plays/351679/?format=api",
    "airdate": "2019-07-08T11:13:50-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba8d0528-07be-3ef8-8cd1-6793f342a96c/11743278960-250.jpg",
    "thumbnail_uri": "",
    "song": "Left of the Dial",
    "track_id": "a91e8fde-d706-35a6-8143-3b4afba6e185",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Tim",
    "release_id": "ba8d0528-07be-3ef8-8cd1-6793f342a96c",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}