Information about plays

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

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

{
    "id": 414977,
    "uri": "https://api.kexp.org/v2/plays/414977/?format=api",
    "airdate": "2001-04-13T11:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nG-k2eN1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nG-k2eN1L._SL75_.jpg",
    "song": "Cranes",
    "track_id": null,
    "recording_id": null,
    "artist": "Moonshake",
    "artist_ids": [
        "c7ce0ddd-4118-45ad-8852-8a9525d681f2"
    ],
    "album": "Dirty & Divine",
    "release_id": "d01ed259-6742-4092-87ba-6b57fd76a2a3",
    "release_group_id": null,
    "labels": [
        "cz"
    ],
    "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"
}