Information about plays

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

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

{
    "id": 1288591,
    "uri": "https://api.kexp.org/v2/plays/1288591/?format=api",
    "airdate": "2007-10-08T22:07:23-07:00",
    "show": 22550,
    "show_uri": "https://api.kexp.org/v2/shows/22550/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YEYHY42NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YEYHY42NL._SL75_.jpg",
    "song": "You Are What You Love",
    "track_id": "c5a1bf54-1746-4699-b11b-c33e32434c5e",
    "recording_id": null,
    "artist": "Jenny Lewis with The Watson Twins",
    "artist_ids": [
        "4b179fe2-dfa5-40b1-b6db-b56dbc3b5f09"
    ],
    "album": "Rabbit Fur Coat",
    "release_id": "97d5185a-0762-41b4-b7d4-59d72fcf0afe",
    "release_group_id": null,
    "labels": [
        "Team Love"
    ],
    "label_ids": [
        "37fc66aa-ae91-42fa-9a7f-0c02b606c136"
    ],
    "release_date": "2006-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}