Information about plays

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

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

{
    "id": 1355429,
    "uri": "https://api.kexp.org/v2/plays/1355429/?format=api",
    "airdate": "2008-03-28T18:05:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DEPQYARNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DEPQYARNL._SL75_.jpg",
    "song": "Moment of Truth",
    "track_id": "a27927c5-93ba-47c2-9992-0a4f1e0b20ee",
    "recording_id": null,
    "artist": "Dave Myers and The Surftones",
    "artist_ids": [
        "9a21baa0-3581-4a16-a9e5-0a3c8b30e592"
    ],
    "album": "Surf Monsters",
    "release_id": "a2c7f412-5b39-4610-a2bc-8a923d536926",
    "release_group_id": null,
    "labels": [
        "Del-Fi Records"
    ],
    "label_ids": [
        "55512e65-97ca-443a-aa7b-ab958d732a03"
    ],
    "release_date": "1999-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}