Information about plays

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

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

{
    "id": 1351478,
    "uri": "https://api.kexp.org/v2/plays/1351478/?format=api",
    "airdate": "2008-03-18T23:49:07-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41nAvfhSONL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41nAvfhSONL._SL75_.jpg",
    "song": "In the Craters on the Moon",
    "track_id": "7b10bb5f-7068-4097-8b18-fc2bdc2759c4",
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Heretic Pride",
    "release_id": "b311b89a-25f4-4162-b0bb-4a53d4c37dbb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2008-02-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}