Information about plays

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

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

{
    "id": 430002,
    "uri": "https://api.kexp.org/v2/plays/430002/?format=api",
    "airdate": "2001-05-31T15:11:15-07:00",
    "show": 7227,
    "show_uri": "https://api.kexp.org/v2/shows/7227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FxAdzuRBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FxAdzuRBL._SL75_.jpg",
    "song": "Take Your Time",
    "track_id": "308d294f-b434-4d01-8a3d-f1051699f934",
    "recording_id": null,
    "artist": "Lori Carson",
    "artist_ids": [
        "94028c33-8b11-496a-9491-8d6d676b88ab"
    ],
    "album": "Stars",
    "release_id": "c728decd-b41a-4de3-8b5d-cf198fb19003",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1999-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}