Information about plays

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

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

{
    "id": 2682544,
    "uri": "https://api.kexp.org/v2/plays/2682544/?format=api",
    "airdate": "2020-01-05T17:24:30-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e0cd9dd-be25-3794-b780-5a3c6e34b44e/17586425465-250.jpg",
    "thumbnail_uri": "",
    "song": "Jerk It Out",
    "track_id": "20f87d17-3c77-3798-8416-09350c66d0b1",
    "recording_id": null,
    "artist": "Caesars",
    "artist_ids": [
        "2f1e4ada-2b9a-4834-90fa-88d61b73082f"
    ],
    "album": "39 Minutes of Bliss (In an Otherwise Meaningless World)",
    "release_id": "1e0cd9dd-be25-3794-b780-5a3c6e34b44e",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}