Information about plays

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

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

{
    "id": 534883,
    "uri": "https://api.kexp.org/v2/plays/534883/?format=api",
    "airdate": "2002-04-05T09:10:46-08:00",
    "show": 9265,
    "show_uri": "https://api.kexp.org/v2/shows/9265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VB9T3R4ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VB9T3R4ZL._SL75_.jpg",
    "song": "I Am Always the One Who Calls",
    "track_id": "b31fb739-6f84-43a6-bc04-96398189d90a",
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "The Only Reason I Feel Secure",
    "release_id": "d5506741-c4d1-4510-afa1-fe582d0920d3",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}