Information about plays

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

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

{
    "id": 422489,
    "uri": "https://api.kexp.org/v2/plays/422489/?format=api",
    "airdate": "2001-05-08T18:45:00-07:00",
    "show": 7080,
    "show_uri": "https://api.kexp.org/v2/shows/7080/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u%2Bqsn1bQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u%2Bqsn1bQL._SL75_.jpg",
    "song": "First Love (Pratham Prem)",
    "track_id": "4581d343-05be-434c-b8e3-1fe8f75f5f8f",
    "recording_id": null,
    "artist": "Anoushka Shankar",
    "artist_ids": [
        "40ee8fa3-c6d7-4556-b4e2-9f4114565043"
    ],
    "album": "Anoushka",
    "release_id": "93a903bb-3e69-4b83-b874-58e6e9457342",
    "release_group_id": null,
    "labels": [
        "Angel"
    ],
    "label_ids": [],
    "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"
}