Information about plays

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

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

{
    "id": 1256426,
    "uri": "https://api.kexp.org/v2/plays/1256426/?format=api",
    "airdate": "2007-07-19T04:52:59-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51q7aKhtAWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51q7aKhtAWL._SL75_.jpg",
    "song": "Put a Penny in the Slot",
    "track_id": "923461e3-7892-4e54-b5aa-daccbf02b2f7",
    "recording_id": null,
    "artist": "Fionn Regan",
    "artist_ids": [
        "1a74972b-82b9-49ba-9dcf-ca7cdaee4fa5"
    ],
    "album": "The End of History",
    "release_id": "9fe34910-ae43-4bc6-a79e-ce0d7e8c1b57",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}