Information about plays

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

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

{
    "id": 1288551,
    "uri": "https://api.kexp.org/v2/plays/1288551/?format=api",
    "airdate": "2007-10-08T20:00:00-07:00",
    "show": 22549,
    "show_uri": "https://api.kexp.org/v2/shows/22549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GkFoBXgML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GkFoBXgML._SL75_.jpg",
    "song": "African Typic Collection",
    "track_id": null,
    "recording_id": null,
    "artist": "Sam Fan Thomas",
    "artist_ids": [
        "59516822-d21d-4534-b990-b6468b23d3ba"
    ],
    "album": "Makassi",
    "release_id": "a3bbca7a-8fc2-458b-a163-adb1b0dbfedc",
    "release_group_id": null,
    "labels": [
        "Tamwo(Cemeroon)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}