Information about plays

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

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

{
    "id": 1289052,
    "uri": "https://api.kexp.org/v2/plays/1289052/?format=api",
    "airdate": "2007-10-10T00:18:21-07:00",
    "show": 22556,
    "show_uri": "https://api.kexp.org/v2/shows/22556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BD-D4JuSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BD-D4JuSL._SL75_.jpg",
    "song": "One Essex Girl",
    "track_id": "6c4259c9-6715-4148-a00e-5567f5f702d6",
    "recording_id": null,
    "artist": "Tullycraft",
    "artist_ids": [
        "1d25e697-096d-43b1-94bd-74e0619c5567"
    ],
    "album": "Every Scene Needs a Center",
    "release_id": "2cd27654-12e7-4661-b467-39a1c97fbf69",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}