Information about plays

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

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

{
    "id": 2680495,
    "uri": "https://api.kexp.org/v2/plays/2680495/?format=api",
    "airdate": "2019-12-31T18:00:13-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "https://coverartarchive.org/release/936707a6-3095-38cb-9261-329e0e246fd4/16130508599-250.jpg",
    "thumbnail_uri": "",
    "song": "Diplomat’s Son",
    "track_id": "d89e4967-c5ec-3e41-9675-4d72940757d6",
    "recording_id": null,
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Contra",
    "release_id": "936707a6-3095-38cb-9261-329e0e246fd4",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vampire Weekend guitarist, keyboardist, and producer Rostam Batmanglij, explains how this track is a \"six-minute dancehall song about a gay relationship.”\nVampire Weekend is an American indie rock band from New York City, formed in 2006 and currently signed to Columbia Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}