Information about plays

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

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

{
    "id": 2679074,
    "uri": "https://api.kexp.org/v2/plays/2679074/?format=api",
    "airdate": "2019-12-28T06:33:00-08:00",
    "show": 46238,
    "show_uri": "https://api.kexp.org/v2/shows/46238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Baby Run",
    "track_id": "66baa1de-6aa1-4703-a6d6-5760c76445c7",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "What For?",
    "release_id": "7014d947-10e0-4ed9-8317-b1fb294bc156",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}