Information about plays

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

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

{
    "id": 482070,
    "uri": "https://api.kexp.org/v2/plays/482070/?format=api",
    "airdate": "2001-10-31T08:23:20-08:00",
    "show": 8230,
    "show_uri": "https://api.kexp.org/v2/shows/8230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BUsOSYnOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BUsOSYnOL._SL75_.jpg",
    "song": "A Prince in a Pauper's Grave",
    "track_id": null,
    "recording_id": null,
    "artist": "Carter the Unstoppable Sex Machine",
    "artist_ids": [
        "91e3c213-51d0-47f1-bafa-0951e31c20c4"
    ],
    "album": "30 Something",
    "release_id": "f9791268-fd6f-4555-8bb1-19a90c8ba806",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}