Information about plays

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

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

{
    "id": 1280993,
    "uri": "https://api.kexp.org/v2/plays/1280993/?format=api",
    "airdate": "2007-09-19T08:41:47-07:00",
    "show": 22417,
    "show_uri": "https://api.kexp.org/v2/shows/22417/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XH5AZ5DQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XH5AZ5DQL._SL75_.jpg",
    "song": "Natural One",
    "track_id": "e6dd66c4-0983-40bf-96e2-8bfc9dffe8a3",
    "recording_id": null,
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "Kids",
    "release_id": "b526cad7-982a-4a37-9d1b-89b9c95279bc",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}