Information about plays

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

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

{
    "id": 2682900,
    "uri": "https://api.kexp.org/v2/plays/2682900/?format=api",
    "airdate": "2020-01-06T15:45:18-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ede6b70-7a1a-3708-a2fa-c452461b190e/9376384670-250.jpg",
    "thumbnail_uri": "",
    "song": "Held",
    "track_id": "2b2a9fcc-885d-3162-9ce2-6e25c7ca3441",
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "Knock Knock",
    "release_id": "6ede6b70-7a1a-3708-a2fa-c452461b190e",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1999-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're thinking of the type of intense air pollution, you're thinking of the wrong smog!! Smog is also known as Bill Callahan, who is an American singer-songwriter and guitarist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}