Information about plays

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

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

{
    "id": 2680440,
    "uri": "https://api.kexp.org/v2/plays/2680440/?format=api",
    "airdate": "2019-12-31T14:57:59-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/08df8bfa-d76e-4d9a-a018-6d4d32e73261/9160431947-250.jpg",
    "thumbnail_uri": "",
    "song": "Crystal Blue Persuasion",
    "track_id": "3bb48291-994f-4786-8ee0-0c9e62632c91",
    "recording_id": null,
    "artist": "Tommy James & the Shondells",
    "artist_ids": [
        "a13c01e2-7739-4b25-af65-38e2fcb560e2"
    ],
    "album": "40 Years (1966-2006) The Complete Singles Collection",
    "release_id": "08df8bfa-d76e-4d9a-a018-6d4d32e73261",
    "release_group_id": null,
    "labels": [
        "Aura Records"
    ],
    "label_ids": [
        "9dd816a9-c06d-4890-8321-917e34009eaf"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}