Information about plays

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

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

{
    "id": 456342,
    "uri": "https://api.kexp.org/v2/plays/456342/?format=api",
    "airdate": "2001-08-16T14:24:00-07:00",
    "show": 7726,
    "show_uri": "https://api.kexp.org/v2/shows/7726/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TR0zT5SzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TR0zT5SzL._SL75_.jpg",
    "song": "Reservations",
    "track_id": "a8f2a38d-3c85-452c-8bd4-ba08f71bc0ec",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "A Series of Sneaks",
    "release_id": "eea33e37-ab12-4de5-b019-18104e8442ee",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1998-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}