Information about plays

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

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

{
    "id": 2676784,
    "uri": "https://api.kexp.org/v2/plays/2676784/?format=api",
    "airdate": "2019-12-22T13:30:13-08:00",
    "show": 46203,
    "show_uri": "https://api.kexp.org/v2/shows/46203/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2c6762d-98d4-4cdd-85b6-3f83518da58f/11944723205-250.jpg",
    "thumbnail_uri": "",
    "song": "Swoon",
    "track_id": "f2d21a2c-8761-31c0-a58f-138e5be1f528",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Further",
    "release_id": "a2c6762d-98d4-4cdd-85b6-3f83518da58f",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2010-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.thechemicalbrothers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}