Information about plays

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

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

{
    "id": 500572,
    "uri": "https://api.kexp.org/v2/plays/500572/?format=api",
    "airdate": "2001-12-26T10:02:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XJ-oGwBfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XJ-oGwBfL._SL75_.jpg",
    "song": "Up on the Roof",
    "track_id": "42169a61-2d1e-4a2d-a50b-da063f172e1b",
    "recording_id": null,
    "artist": "The Get Up Kids",
    "artist_ids": [
        "1b54e90c-638e-4fdd-a20e-4ab09db9fdaf"
    ],
    "album": "Eudora",
    "release_id": "f1839f6e-8857-4e89-ab25-c886e5a40439",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2001-11-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}