Information about plays

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

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

{
    "id": 452943,
    "uri": "https://api.kexp.org/v2/plays/452943/?format=api",
    "airdate": "2001-08-07T01:04:17-07:00",
    "show": 7665,
    "show_uri": "https://api.kexp.org/v2/shows/7665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M26EQYWSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M26EQYWSL._SL75_.jpg",
    "song": "Shannon's Wedding Song",
    "track_id": "29346b93-e62a-4ecd-b64e-8d1263e82787",
    "recording_id": null,
    "artist": "The Swords Project",
    "artist_ids": [
        "0a25507b-d682-49ac-b378-f26a651799fe"
    ],
    "album": "The Swords Project",
    "release_id": "bd570cd1-76cd-4eb1-bc99-fa1569e7c939",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}