Information about plays

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

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

{
    "id": 1308001,
    "uri": "https://api.kexp.org/v2/plays/1308001/?format=api",
    "airdate": "2007-11-28T23:48:00-08:00",
    "show": 22879,
    "show_uri": "https://api.kexp.org/v2/shows/22879/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hsmtrBi2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hsmtrBi2L._SL75_.jpg",
    "song": "Prelude for Time Feelers",
    "track_id": null,
    "recording_id": null,
    "artist": "Eluvium",
    "artist_ids": [
        "86139012-695b-42f4-98f1-1f353f7230b4"
    ],
    "album": "Copia",
    "release_id": "9e0b9b07-1ac0-44d8-96a4-1b22f77b4941",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2007-02-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}