Information about plays

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

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

{
    "id": 1388334,
    "uri": "https://api.kexp.org/v2/plays/1388334/?format=api",
    "airdate": "2008-06-21T15:38:26-07:00",
    "show": 24234,
    "show_uri": "https://api.kexp.org/v2/shows/24234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Wst-YM9wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Wst-YM9wL._SL75_.jpg",
    "song": "I Was Born (a Unicorn)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Unicorns",
    "artist_ids": [
        "603c5f9f-492a-4f21-9d6f-1642a5dbea2d"
    ],
    "album": "Who Will Cut Our Hair When We're Gone?",
    "release_id": "5c2246eb-800c-4631-bf6e-5e43d6f24e01",
    "release_group_id": null,
    "labels": [
        "Alien8 Recordings"
    ],
    "label_ids": [
        "216f5cd5-9227-46e9-9826-5fd40c07d7a0"
    ],
    "release_date": "2003-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}