Information about plays

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

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

{
    "id": 1310879,
    "uri": "https://api.kexp.org/v2/plays/1310879/?format=api",
    "airdate": "2007-12-06T07:45:57-08:00",
    "show": 22928,
    "show_uri": "https://api.kexp.org/v2/shows/22928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e2QiE1kpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e2QiE1kpL._SL75_.jpg",
    "song": "Woke Up New",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Get Lonely",
    "release_id": "6aa9fac6-dccb-4dba-ac4a-a1420b867463",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2006-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}