Information about plays

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

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

{
    "id": 417555,
    "uri": "https://api.kexp.org/v2/plays/417555/?format=api",
    "airdate": "2001-04-23T23:00:00-07:00",
    "show": 6974,
    "show_uri": "https://api.kexp.org/v2/shows/6974/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CAF1X7MDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CAF1X7MDL._SL75_.jpg",
    "song": "Held",
    "track_id": null,
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "Knock Knock",
    "release_id": "f1859bc9-9a29-456e-b8a1-4ffe6d001d80",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}