Information about plays

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

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

{
    "id": 515739,
    "uri": "https://api.kexp.org/v2/plays/515739/?format=api",
    "airdate": "2002-02-08T18:00:00-08:00",
    "show": 8892,
    "show_uri": "https://api.kexp.org/v2/shows/8892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Drive Me Crazy",
    "track_id": "7278bd21-80d6-4260-b1f8-972758b724cc",
    "recording_id": null,
    "artist": "Ray Scott",
    "artist_ids": [
        "c30e5a03-b79a-4ca5-b848-90f9a98a30cd"
    ],
    "album": "The Last Great Rockabilly Saturday Night",
    "release_id": "8444abef-43b4-404b-a031-28757ecf29fa",
    "release_group_id": null,
    "labels": [
        "Stomper Time Records"
    ],
    "label_ids": [
        "2badfabf-d3c8-4e1a-b337-29088eacc6ea"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}