Information about plays

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

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

{
    "id": 2670940,
    "uri": "https://api.kexp.org/v2/plays/2670940/?format=api",
    "airdate": "2019-12-09T10:32:11-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/f26f4ece-ff65-37c2-887e-6dbf5d8ca440/13026622810-250.jpg",
    "thumbnail_uri": "",
    "song": "Sugar on My Tongue",
    "track_id": "68cb1797-d71d-372d-b675-efa6fc86d433",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Popular Favorites: Sand in the Vaseline",
    "release_id": "f26f4ece-ff65-37c2-887e-6dbf5d8ca440",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}