Information about plays

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

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

{
    "id": 489364,
    "uri": "https://api.kexp.org/v2/plays/489364/?format=api",
    "airdate": "2001-11-22T19:40:54-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vfWWLGq7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vfWWLGq7L._SL75_.jpg",
    "song": "Adobe Walls",
    "track_id": "f7b0a2a3-b22e-4ef2-b898-1b3ff027608e",
    "recording_id": null,
    "artist": "Gary Allan",
    "artist_ids": [
        "d211333a-22eb-4be7-a2ac-ca12c73646db"
    ],
    "album": "Alright Guy",
    "release_id": "a513b097-04e4-462c-8d96-3fdcfa227117",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}