Information about plays

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

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

{
    "id": 2682867,
    "uri": "https://api.kexp.org/v2/plays/2682867/?format=api",
    "airdate": "2020-01-06T13:44:06-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/8fd9f759-b876-4242-8b22-fcfbf6db67de/23124487416-250.jpg",
    "thumbnail_uri": "",
    "song": "I'm so Tired (Of Living in the City)",
    "track_id": "bed20e20-cd63-4823-b8ab-e936e3216256",
    "recording_id": null,
    "artist": "The Mystery Lights",
    "artist_ids": [
        "9285e35e-275c-413f-aec5-a7172fb94577"
    ],
    "album": "Too Much Tension!",
    "release_id": "8fd9f759-b876-4242-8b22-fcfbf6db67de",
    "release_group_id": null,
    "labels": [
        "Wick Records"
    ],
    "label_ids": [
        "2b1b25ee-c923-4cb9-86e1-3c4dad394ce5"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn rock outfit The Mystery Lights released their second studio album, Too Much Tension on the 10th of May 2019 via Wick Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}