Information about plays

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

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

{
    "id": 1364173,
    "uri": "https://api.kexp.org/v2/plays/1364173/?format=api",
    "airdate": "2008-04-19T17:51:00-07:00",
    "show": 23818,
    "show_uri": "https://api.kexp.org/v2/shows/23818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dumb Things",
    "track_id": "aa0c4758-ccd8-40b5-9d12-e906baafb0cc",
    "recording_id": null,
    "artist": "Paul Kelly and The Coloured Girls",
    "artist_ids": [
        "0960f3b0-30ff-4b2d-88e9-bcc1a51a8ccd"
    ],
    "album": "Under the Sun",
    "release_id": "321c738a-e0b0-4b78-8f99-4c40edb259aa",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "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"
}