Information about plays

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

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

{
    "id": 433124,
    "uri": "https://api.kexp.org/v2/plays/433124/?format=api",
    "airdate": "2001-06-10T02:20:00-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RnbdrPFdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RnbdrPFdL._SL75_.jpg",
    "song": "Blag the Ripper",
    "track_id": "e551365d-13b3-4984-a2c2-3fd0f60e2509",
    "recording_id": null,
    "artist": "Dwarves",
    "artist_ids": [
        "762e1e6d-ba12-4946-b8ee-dfa0cf9a2655"
    ],
    "album": "Thank Heaven for Little Girls",
    "release_id": "3bf58a12-7bbd-4259-921b-7d6600f7cf5d",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}