Information about plays

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

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

{
    "id": 1264285,
    "uri": "https://api.kexp.org/v2/plays/1264285/?format=api",
    "airdate": "2007-08-08T01:14:39-07:00",
    "show": 22139,
    "show_uri": "https://api.kexp.org/v2/shows/22139/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RA-lRZk3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RA-lRZk3L._SL75_.jpg",
    "song": "Orange Alert",
    "track_id": "a885274d-d650-47c9-8bcf-4dab5c6e8506",
    "recording_id": null,
    "artist": "Metro Area",
    "artist_ids": [
        "fb1a9668-ccfc-4177-a0b5-494e613893e0"
    ],
    "album": "Metro Area",
    "release_id": "a54eb0eb-cdab-4b7a-b96a-b15fb803d74d",
    "release_group_id": null,
    "labels": [
        "Environ"
    ],
    "label_ids": [
        "064ecabf-4b64-4afd-ab1c-f0595ed00d26"
    ],
    "release_date": "2002-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}