Information about plays

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

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

{
    "id": 1213136,
    "uri": "https://api.kexp.org/v2/plays/1213136/?format=api",
    "airdate": "2007-03-29T21:46:32-07:00",
    "show": 21263,
    "show_uri": "https://api.kexp.org/v2/shows/21263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oriental Star",
    "track_id": "ce9d0988-b952-4352-92b6-399f3b63321f",
    "recording_id": null,
    "artist": "Keiron Phelan & David Sheppard",
    "artist_ids": [
        "7868a358-bc31-42e3-89dc-df8c9816b5d6"
    ],
    "album": "Harps Old Master",
    "release_id": "2660c687-c00f-48fb-9dbf-56903cc50901",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2006-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}