Information about plays

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

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

{
    "id": 1233343,
    "uri": "https://api.kexp.org/v2/plays/1233343/?format=api",
    "airdate": "2007-05-20T03:05:23-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bgO%2BRlzSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bgO%2BRlzSL._SL75_.jpg",
    "song": "Crossing Line",
    "track_id": "b1a9172b-58fe-426d-9a4b-23f8135dee97",
    "recording_id": null,
    "artist": "The Sea and Cake",
    "artist_ids": [
        "74171cb6-1ff8-42bd-be8a-96660c22e3e0"
    ],
    "album": "Everybody",
    "release_id": "3b55e3f4-b011-43d5-8096-db53636bf765",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2007-05-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}