Information about plays

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

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

{
    "id": 435471,
    "uri": "https://api.kexp.org/v2/plays/435471/?format=api",
    "airdate": "2001-06-17T00:54:00-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hdwtLe-vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hdwtLe-vL._SL75_.jpg",
    "song": "Son de Patato",
    "track_id": "5e77da26-4956-45f4-8ffe-676c84e062bf",
    "recording_id": null,
    "artist": "Carlos \"Patato\" Valdés",
    "artist_ids": [
        "8292b39d-7804-4e59-a61c-8972c8fe0fef"
    ],
    "album": "The Legend Of Cuban Percussion",
    "release_id": "6a84b156-db67-4ac5-9df3-f16facdb70c9",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "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"
}