Information about plays

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

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

{
    "id": 1256404,
    "uri": "https://api.kexp.org/v2/plays/1256404/?format=api",
    "airdate": "2007-07-19T03:46:03-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vPR-fUKVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vPR-fUKVL._SL75_.jpg",
    "song": "10 Fingers 11 Toes",
    "track_id": null,
    "recording_id": null,
    "artist": "The Ponys",
    "artist_ids": [
        "2212458a-763b-4fc0-906d-69d0f6d1aa9d"
    ],
    "album": "Laced With Romance",
    "release_id": "c214d5f0-153c-4c32-a435-446fb1ee620e",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2004-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}