Information about plays

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

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

{
    "id": 429325,
    "uri": "https://api.kexp.org/v2/plays/429325/?format=api",
    "airdate": "2001-05-29T17:30:00-07:00",
    "show": 7215,
    "show_uri": "https://api.kexp.org/v2/shows/7215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51APWJ515FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51APWJ515FL._SL75_.jpg",
    "song": "Dream Brother",
    "track_id": "b359cb36-a165-4edb-901c-2d184df00316",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Mystery White Boy",
    "release_id": "050bb2d1-ff40-4eb1-840b-d6e5485fd6bf",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}