Information about plays

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

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

{
    "id": 509480,
    "uri": "https://api.kexp.org/v2/plays/509480/?format=api",
    "airdate": "2002-01-21T22:45:00-08:00",
    "show": 8776,
    "show_uri": "https://api.kexp.org/v2/shows/8776/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zXZ%2BW9acL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zXZ%2BW9acL._SL75_.jpg",
    "song": "Smothered",
    "track_id": "ae1a5c53-8b05-4f46-b0b9-b6c51a31db7d",
    "recording_id": null,
    "artist": "Skinless",
    "artist_ids": [
        "bff995dd-f911-428a-9f57-f0072671bc38"
    ],
    "album": "Foreshadowing Our Demise",
    "release_id": "3d7d09ca-3bb6-4270-9435-8c14b8f95261",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2001-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}