Information about plays

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

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

{
    "id": 1177462,
    "uri": "https://api.kexp.org/v2/plays/1177462/?format=api",
    "airdate": "2006-12-27T08:01:27-08:00",
    "show": 20647,
    "show_uri": "https://api.kexp.org/v2/shows/20647/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZZ389J12L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZZ389J12L._SL75_.jpg",
    "song": "Untitled",
    "track_id": null,
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "42716f0f-1431-41f4-905c-d576a644dc5d",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}