Information about plays

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

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

{
    "id": 1177802,
    "uri": "https://api.kexp.org/v2/plays/1177802/?format=api",
    "airdate": "2006-12-28T04:22:00-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mZ8kHTtdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mZ8kHTtdL._SL75_.jpg",
    "song": "Give It Up or Turnit a Loose",
    "track_id": "934fd83c-c15c-4686-80b2-099267f6579f",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Sex Machine",
    "release_id": "0bed422d-88e4-48bc-9a15-0b8a85f8a23c",
    "release_group_id": null,
    "labels": [
        "Rhythm King"
    ],
    "label_ids": [
        "0598ae50-7b54-443e-a17b-6b4805bd9c4f"
    ],
    "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"
}