Information about plays

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

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

{
    "id": 534928,
    "uri": "https://api.kexp.org/v2/plays/534928/?format=api",
    "airdate": "2002-04-05T12:43:20-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51l%2BSBllUDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51l%2BSBllUDL._SL75_.jpg",
    "song": "Have Love Will Travel",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Here Are The Sonics",
    "release_id": "665bbcc3-2721-4cbe-89fe-1a8a5dfe6115",
    "release_group_id": null,
    "labels": [
        "Norton"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}