Information about plays

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

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

{
    "id": 423330,
    "uri": "https://api.kexp.org/v2/plays/423330/?format=api",
    "airdate": "2001-05-11T03:30:00-07:00",
    "show": 7094,
    "show_uri": "https://api.kexp.org/v2/shows/7094/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FMKZGQP6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FMKZGQP6L._SL75_.jpg",
    "song": "Omegaton",
    "track_id": "ec230229-0151-462c-9a4a-70d8569d7ddf",
    "recording_id": null,
    "artist": "Blood Of Abraham",
    "artist_ids": [
        "d8de6c3a-37cd-42fb-96cb-32a7634b234c"
    ],
    "album": "Eyedollartree",
    "release_id": "899e4538-2206-4c0d-a2d2-c585906baf23",
    "release_group_id": null,
    "labels": [
        "Atomic Pop"
    ],
    "label_ids": [
        "63dc1c2c-efcb-4f7e-bc17-d5378a6ff521"
    ],
    "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"
}