Information about plays

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

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

{
    "id": 1273371,
    "uri": "https://api.kexp.org/v2/plays/1273371/?format=api",
    "airdate": "2007-08-30T21:54:41-07:00",
    "show": 22289,
    "show_uri": "https://api.kexp.org/v2/shows/22289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41OmOTow6ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41OmOTow6ML._SL75_.jpg",
    "song": "Medusa",
    "track_id": null,
    "recording_id": null,
    "artist": "Ulrich Schnauss",
    "artist_ids": [
        "29f6333a-b4c8-4416-8fdf-598bcef1122a"
    ],
    "album": "Goodbye",
    "release_id": "e938b91f-b5ce-4cfc-b0f6-0c7509928871",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}