Information about plays

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

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

{
    "id": 429108,
    "uri": "https://api.kexp.org/v2/plays/429108/?format=api",
    "airdate": "2001-05-29T03:28:00-07:00",
    "show": 7212,
    "show_uri": "https://api.kexp.org/v2/shows/7212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214BW86KVRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214BW86KVRL._SL75_.jpg",
    "song": "Bilechik Mule",
    "track_id": "108842e1-73d7-438a-a244-da695d470f4f",
    "recording_id": null,
    "artist": "Muslimgauze",
    "artist_ids": [
        "06fc1189-d7cd-4344-b09a-51cd82cfefe5"
    ],
    "album": "Hussein Mahmood Jeeb Tehar Gass",
    "release_id": "4a450483-a780-438f-9248-fe5bd9fa78ab",
    "release_group_id": null,
    "labels": [
        "Soleilmoon Recordings"
    ],
    "label_ids": [
        "2e3a7c8b-c5b1-43f9-b0a0-c7b3e2d21883"
    ],
    "release_date": "1999-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}