Information about plays

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

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

{
    "id": 441126,
    "uri": "https://api.kexp.org/v2/plays/441126/?format=api",
    "airdate": "2001-07-03T10:37:30-07:00",
    "show": 7442,
    "show_uri": "https://api.kexp.org/v2/shows/7442/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519BHWqJY2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519BHWqJY2L._SL75_.jpg",
    "song": "Crooked Bird",
    "track_id": "06186715-a9cf-4a93-bdc7-c786647c2329",
    "recording_id": null,
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "One Inch Masters",
    "release_id": "b70df7ad-8fbd-40ff-8730-560e52038500",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}