Information about plays

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

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

{
    "id": 482513,
    "uri": "https://api.kexp.org/v2/plays/482513/?format=api",
    "airdate": "2001-11-01T13:34:17-08:00",
    "show": 8237,
    "show_uri": "https://api.kexp.org/v2/shows/8237/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419ACZS3GTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419ACZS3GTL._SL75_.jpg",
    "song": "The Man in the Dark Sedan",
    "track_id": "29ba238d-f2f3-45e9-8c9a-abc9c624c537",
    "recording_id": null,
    "artist": "Snakefinger",
    "artist_ids": [
        "0d5229d9-98f2-4ab6-94a1-4e90779cfa71"
    ],
    "album": "Greener Postures",
    "release_id": "a158a1f1-da55-426f-aa6f-937663d2ba17",
    "release_group_id": null,
    "labels": [
        "Ralph"
    ],
    "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"
}