Information about plays

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

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

{
    "id": 496478,
    "uri": "https://api.kexp.org/v2/plays/496478/?format=api",
    "airdate": "2001-12-13T18:34:00-08:00",
    "show": 8516,
    "show_uri": "https://api.kexp.org/v2/shows/8516/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MGQGXT73L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MGQGXT73L._SL75_.jpg",
    "song": "I'd Like to Make That Same Mistake Again",
    "track_id": "254f4031-2224-497a-a12e-888b6c7ea331",
    "recording_id": null,
    "artist": "Porter Wagoner",
    "artist_ids": [
        "942123a3-df28-463f-9f6e-202b69b8e253"
    ],
    "album": "The Best I've Ever Been",
    "release_id": "1a4710f9-6a03-4412-8e7c-e06b5167236d",
    "release_group_id": null,
    "labels": [
        "Shell Point"
    ],
    "label_ids": [
        "422b4aff-3c77-48d7-a915-9a4dee5407ea"
    ],
    "release_date": "2000-07-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}