Information about plays

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

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

{
    "id": 415726,
    "uri": "https://api.kexp.org/v2/plays/415726/?format=api",
    "airdate": "2001-04-17T12:56:15-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2128SZFVRPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2128SZFVRPL._SL75_.jpg",
    "song": "Danger",
    "track_id": null,
    "recording_id": null,
    "artist": "Pylon",
    "artist_ids": [
        "5f895285-0598-4a03-a10f-ac171746ef45"
    ],
    "album": "Hits",
    "release_id": "1d9fa967-2f63-4e46-92de-e53f46ed82e7",
    "release_group_id": null,
    "labels": [
        "CB Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}