Information about plays

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

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

{
    "id": 449806,
    "uri": "https://api.kexp.org/v2/plays/449806/?format=api",
    "airdate": "2001-07-28T15:13:50-07:00",
    "show": 7603,
    "show_uri": "https://api.kexp.org/v2/shows/7603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51snyT1KpFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51snyT1KpFL._SL75_.jpg",
    "song": "Cream",
    "track_id": "da395a20-3128-4540-8dfb-992e53f62f95",
    "recording_id": null,
    "artist": "Prince & The New Power Generation",
    "artist_ids": [
        "8a3cf5e4-2a31-4a5f-b616-5eca012a698e"
    ],
    "album": "The Hits 2",
    "release_id": "dc1cd7fc-6a93-4f5e-95e8-8baa7553e778",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "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"
}