Information about plays

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

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

{
    "id": 481880,
    "uri": "https://api.kexp.org/v2/plays/481880/?format=api",
    "airdate": "2001-10-30T19:17:08-08:00",
    "show": 8227,
    "show_uri": "https://api.kexp.org/v2/shows/8227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519q%2B34T5iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519q%2B34T5iL._SL75_.jpg",
    "song": "Sultan of the Hearts",
    "track_id": "7294dfdf-ec55-450b-a66b-9be22fd4c8bf",
    "recording_id": null,
    "artist": "Omar Faruk Tekbilek",
    "artist_ids": [
        "58fe736f-6368-4f6c-a74c-e37c481f52d1"
    ],
    "album": "Whirling",
    "release_id": "0a8b8988-71b4-4327-b634-646a9998a4a1",
    "release_group_id": null,
    "labels": [
        "Celestial Harmonies"
    ],
    "label_ids": [
        "9fd49e42-f144-4c42-84fa-11d9e82f5ed7"
    ],
    "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"
}