Information about plays

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

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

{
    "id": 2679975,
    "uri": "https://api.kexp.org/v2/plays/2679975/?format=api",
    "airdate": "2019-12-30T14:01:02-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/37fa11b6-d519-4f9a-9454-9bec8bdff66f/12054165106-250.jpg",
    "thumbnail_uri": "",
    "song": "Carmella (Four Tet remix)",
    "track_id": "b4408de2-7959-36ff-a266-e67f3d032382",
    "recording_id": null,
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "The Other Side of Daybreak",
    "release_id": "37fa11b6-d519-4f9a-9454-9bec8bdff66f",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beth Orton combined the passionate beauty of the acoustic folk tradition with the electronic beats of trip-hop to create a fresh, distinct fusion of roots and rhythm. https://bit.ly/2ZE66ur",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}