Information about plays

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

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

{
    "id": 534897,
    "uri": "https://api.kexp.org/v2/plays/534897/?format=api",
    "airdate": "2002-04-05T10:20:36-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/115u4bX5hjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/115u4bX5hjL._SL75_.jpg",
    "song": "Romeo Goes",
    "track_id": "bab72aec-b9b9-43c3-8b1f-deab7a0c899c",
    "recording_id": null,
    "artist": "Sportsguitar",
    "artist_ids": [
        "12be9447-7408-4fea-90f7-287962f17269"
    ],
    "album": "Happy Already",
    "release_id": "3df8d93a-9c28-4bc3-98c6-2e221a6fa011",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}