Information about plays

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

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

{
    "id": 1274904,
    "uri": "https://api.kexp.org/v2/plays/1274904/?format=api",
    "airdate": "2007-09-03T21:51:46-07:00",
    "show": 22317,
    "show_uri": "https://api.kexp.org/v2/shows/22317/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51obUrkLaVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51obUrkLaVL._SL75_.jpg",
    "song": "Tyrant",
    "track_id": "a5692b3b-a1bf-4f2e-b03c-6f9de58dcca5",
    "recording_id": null,
    "artist": "The Bravery",
    "artist_ids": [
        "7e30debb-3308-49ab-a5ac-6d49319a5705"
    ],
    "album": "The Bravery",
    "release_id": "74fb70ec-2c1d-4446-9fe1-7c63b27ea009",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}