Information about plays

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

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

{
    "id": 1051540,
    "uri": "https://api.kexp.org/v2/plays/1051540/?format=api",
    "airdate": "2006-01-31T01:58:14-08:00",
    "show": 18476,
    "show_uri": "https://api.kexp.org/v2/shows/18476/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41pyHp2VnAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41pyHp2VnAL._SL75_.jpg",
    "song": "Space Invader",
    "track_id": "531d5573-b2d0-4190-831e-03df440e5f73",
    "recording_id": null,
    "artist": "Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": "d15a3973-0b25-40f6-988b-4bc9854d1cb2",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1999-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}