Information about plays

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

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

{
    "id": 1269275,
    "uri": "https://api.kexp.org/v2/plays/1269275/?format=api",
    "airdate": "2007-08-20T15:57:27-07:00",
    "show": 22223,
    "show_uri": "https://api.kexp.org/v2/shows/22223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z3H3SCS9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z3H3SCS9L._SL75_.jpg",
    "song": "Redemption's Son",
    "track_id": "3108c421-7ce3-4ff1-b0e8-a1be7cbea0c5",
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Redemption's Son",
    "release_id": "d1c07dde-1395-4ab1-ad91-05a00d7711b5",
    "release_group_id": null,
    "labels": [
        "Realworld"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}