Information about plays

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

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

{
    "id": 1295498,
    "uri": "https://api.kexp.org/v2/plays/1295498/?format=api",
    "airdate": "2007-10-26T15:04:28-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FUoJBOdEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FUoJBOdEL._SL75_.jpg",
    "song": "The Taming of the Hands That Came Back to Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Sunset Rubdown",
    "artist_ids": [
        "9c0b1b7f-d63d-4e4f-bbec-1e7e7607dd22"
    ],
    "album": "Random Spirit Lover",
    "release_id": "0a36e04e-e116-4561-bab5-b3755bcb67a2",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}