Information about plays

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

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

{
    "id": 1288213,
    "uri": "https://api.kexp.org/v2/plays/1288213/?format=api",
    "airdate": "2007-10-07T22:16:00-07:00",
    "show": 22543,
    "show_uri": "https://api.kexp.org/v2/shows/22543/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gKrp1xcXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gKrp1xcXL._SL75_.jpg",
    "song": "Face to Face",
    "track_id": "4188ebd1-bc12-4a51-a601-161f71b2b3fb",
    "recording_id": null,
    "artist": "The Twins",
    "artist_ids": [
        "4435d4d5-4300-4344-afb6-adc17477ff6c"
    ],
    "album": "International DeeJay Gigolos, CD Six (disc 2)",
    "release_id": "b3e2b5cc-ab3c-447d-8885-06ccdb5f5e42",
    "release_group_id": null,
    "labels": [
        "International Deejay Gigolo Records"
    ],
    "label_ids": [
        "a1011157-4378-4dee-a6ed-0171e0b0227c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}