Information about plays

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

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

{
    "id": 453231,
    "uri": "https://api.kexp.org/v2/plays/453231/?format=api",
    "airdate": "2001-08-07T19:26:40-07:00",
    "show": 7669,
    "show_uri": "https://api.kexp.org/v2/shows/7669/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Q9DK2Y0HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Q9DK2Y0HL._SL75_.jpg",
    "song": "Lille dansa... (Dance a little...)",
    "track_id": "e2235aae-deeb-4502-80c6-5471d1a70c49",
    "recording_id": null,
    "artist": "Gjallarhorn",
    "artist_ids": [
        "4134d0cb-7e39-4b3f-9135-c6c927f7c3e0"
    ],
    "album": "Sjofn",
    "release_id": "21a6e07d-8224-46d2-b8a3-46995f8f1f72",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "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"
}