Information about plays

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

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

{
    "id": 2679399,
    "uri": "https://api.kexp.org/v2/plays/2679399/?format=api",
    "airdate": "2019-12-29T03:01:43-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "https://coverartarchive.org/release/c93c5450-067f-49e8-a8b0-ba482a611e96/23213321810-250.jpg",
    "thumbnail_uri": "",
    "song": "Do You Love Her Now",
    "track_id": "fa931a12-8704-4d5d-851e-8e7180b76319",
    "recording_id": null,
    "artist": "Jai Paul",
    "artist_ids": [
        "312183e0-64ff-48df-a9f4-0804ca23a7d3"
    ],
    "album": "Do You Love Her Now / He",
    "release_id": "c93c5450-067f-49e8-a8b0-ba482a611e96",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first new Jai Paul tracks since early in the decade comes as the b-side to 2019's Leak 04-13 (Bait Ones).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}