Information about plays

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

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

{
    "id": 1280913,
    "uri": "https://api.kexp.org/v2/plays/1280913/?format=api",
    "airdate": "2007-09-19T03:41:39-07:00",
    "show": 22416,
    "show_uri": "https://api.kexp.org/v2/shows/22416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HaHAZep5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HaHAZep5L._SL75_.jpg",
    "song": "Clap Clap",
    "track_id": null,
    "recording_id": null,
    "artist": "Dyme Def",
    "artist_ids": [
        "b32ccb63-879e-4569-95d0-31a60103ef3a"
    ],
    "album": "Space Music",
    "release_id": "6734cd24-79a2-47c2-b534-8e173afecdc7",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}