Information about plays

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

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

{
    "id": 1308857,
    "uri": "https://api.kexp.org/v2/plays/1308857/?format=api",
    "airdate": "2007-12-01T01:09:00-08:00",
    "show": 22892,
    "show_uri": "https://api.kexp.org/v2/shows/22892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B9RBBR29L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B9RBBR29L._SL75_.jpg",
    "song": "I Palindrome I",
    "track_id": "28b69f5f-fb35-4f0e-9d71-045b2ada2575",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Apollo 18",
    "release_id": "46ffd6e9-7cb5-4645-b844-53e2311dc402",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}