Information about plays

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

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

{
    "id": 445383,
    "uri": "https://api.kexp.org/v2/plays/445383/?format=api",
    "airdate": "2001-07-15T20:53:20-07:00",
    "show": 7521,
    "show_uri": "https://api.kexp.org/v2/shows/7521/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GZFYNQDRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GZFYNQDRL._SL75_.jpg",
    "song": "Feel the Sunshine",
    "track_id": "d21edadc-fb6f-49da-b9f5-4a0896e72f37",
    "recording_id": null,
    "artist": "Alex Reece",
    "artist_ids": [
        "1c8e46d4-9343-48ce-aed8-0862e03878fd"
    ],
    "album": "The Rebirth of Cool, Volume 6",
    "release_id": "31a1130f-7c55-4b6d-9e06-27471ce4af2c",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}