Information about plays

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

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

{
    "id": 431765,
    "uri": "https://api.kexp.org/v2/plays/431765/?format=api",
    "airdate": "2001-06-06T02:18:27-07:00",
    "show": 7263,
    "show_uri": "https://api.kexp.org/v2/shows/7263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Typewrite Lesson (Coldcut's Writer's Block mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Fantasma reMixes & Cornelius reMixes",
    "release_id": "e8af8862-9973-43ff-a06b-8e0b82eaba34",
    "release_group_id": null,
    "labels": [
        "Matador (again?!)"
    ],
    "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"
}