Information about plays

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

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

{
    "id": 1307210,
    "uri": "https://api.kexp.org/v2/plays/1307210/?format=api",
    "airdate": "2007-11-27T01:12:29-08:00",
    "show": 22868,
    "show_uri": "https://api.kexp.org/v2/shows/22868/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UKkxFZeCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UKkxFZeCL._SL75_.jpg",
    "song": "Outside the City",
    "track_id": "447eee62-5208-48cd-8670-cd8f0027ce82",
    "recording_id": null,
    "artist": "Young Galaxy",
    "artist_ids": [
        "c8fbc3a9-304a-49cc-b59a-adfc22047747"
    ],
    "album": "Young Galaxy",
    "release_id": "69b39b9d-2358-4cf9-ad1e-082978977a84",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2007-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}