Information about plays

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

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

{
    "id": 529550,
    "uri": "https://api.kexp.org/v2/plays/529550/?format=api",
    "airdate": "2002-03-21T06:45:37-08:00",
    "show": 9164,
    "show_uri": "https://api.kexp.org/v2/shows/9164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vPF%2BBue5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vPF%2BBue5L._SL75_.jpg",
    "song": "Beautiful",
    "track_id": "3a6f0ba2-8e80-4799-b7b1-c3c13b47f7b7",
    "recording_id": null,
    "artist": "Woven",
    "artist_ids": [
        "ac4c1cfc-5889-4b25-98d2-bb6f117c27d4"
    ],
    "album": "EPrime",
    "release_id": "c299b19b-618e-4112-87ef-18f2ecc78d40",
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "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"
}