Information about plays

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

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

{
    "id": 1241975,
    "uri": "https://api.kexp.org/v2/plays/1241975/?format=api",
    "airdate": "2007-06-12T17:26:07-07:00",
    "show": 21760,
    "show_uri": "https://api.kexp.org/v2/shows/21760/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516UTVrXkWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516UTVrXkWL._SL75_.jpg",
    "song": "X-Ray",
    "track_id": "441c5d55-3c75-45ca-add9-253cdbda542c",
    "recording_id": null,
    "artist": "The Maccabees",
    "artist_ids": [
        "83b86967-6b1a-4ca8-9cf0-c7cfe047ef3f"
    ],
    "album": "Colour It In",
    "release_id": "6a92986d-887b-435e-ae35-70e77a0537be",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2007-04-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}