Information about plays

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

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

{
    "id": 460331,
    "uri": "https://api.kexp.org/v2/plays/460331/?format=api",
    "airdate": "2001-08-28T07:23:20-07:00",
    "show": 7809,
    "show_uri": "https://api.kexp.org/v2/shows/7809/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31KXVFZYRVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31KXVFZYRVL._SL75_.jpg",
    "song": "Judas Sings (Jesus & Me)",
    "track_id": "45d4bf98-1e0a-4bf9-9499-4dbda3475ba5",
    "recording_id": null,
    "artist": "Robyn Hitchcock",
    "artist_ids": [
        "0584e561-1442-46c9-9593-923c34571eb7"
    ],
    "album": "A Star for Bram",
    "release_id": "6a8fa8de-977b-4677-8867-1b42a7b5e1d9",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}